commit 7ad94c0db9b849f248455e898ec39d921b109ebc Author: Petr Šabata <contyk@xxxxxxxxxx> Date: Mon Nov 28 15:22:43 2011 +0100 Patch whitespace cleanup perl-Devel-Cycle-1.11-512.patch | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/perl-Devel-Cycle-1.11-512.patch b/perl-Devel-Cycle-1.11-512.patch index 119f828..33046c9 100644 --- a/perl-Devel-Cycle-1.11-512.patch +++ b/perl-Devel-Cycle-1.11-512.patch @@ -9,7 +9,7 @@ index 19d3d63..2c5fdd1 100644 - return 'SCALAR' if UNIVERSAL::isa($thingy,'SCALAR') || UNIVERSAL::isa($thingy,'REF'); + return 'SCALAR' if UNIVERSAL::isa($thingy,'SCALAR') || + UNIVERSAL::isa($thingy,'REF') || -+ UNIVERSAL::isa($thingy,'Regexp'); ++ UNIVERSAL::isa($thingy,'Regexp'); return 'ARRAY' if UNIVERSAL::isa($thingy,'ARRAY'); return 'HASH' if UNIVERSAL::isa($thingy,'HASH'); return 'CODE' if UNIVERSAL::isa($thingy,'CODE'); -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel