Compare commits
No commits in common. "master" and "debian/1.21-5" have entirely different histories.
master
...
debian/1.2
16
debian/patches/perl5.18-re-a-mod.patch
vendored
16
debian/patches/perl5.18-re-a-mod.patch
vendored
@ -1,16 +0,0 @@
|
|||||||
Description: Fix m//and constuct, invalid with perl 5.18
|
|
||||||
Author: Damyan Ivanov <dmn@debian.org>
|
|
||||||
Origin: vendor
|
|
||||||
Bug-Debian: http://bugs.debian.org/711617
|
|
||||||
|
|
||||||
--- a/Makefile.PL
|
|
||||||
+++ b/Makefile.PL
|
|
||||||
@@ -19,7 +19,7 @@
|
|
||||||
# ExtUtils::AutoInstall Bootstrap Code, version 5.
|
|
||||||
BEGIN{my$p='ExtUtils::AutoInstall';my$v=0.40;eval"use $p $v;1
|
|
||||||
"or do{my$e=$ENV{PERL_EXTUTILS_AUTOINSTALL};(!defined($e)||$e
|
|
||||||
-!~m/--(?:default|skip|testonly)/and-t STDIN or eval"use Ext".
|
|
||||||
+!~m/--(?:default|skip|testonly)/ and -t STDIN or eval"use Ext".
|
|
||||||
"Utils::MakeMaker;WriteMakefile('PREREQ_PM'=>{'$p',$v});1"and
|
|
||||||
exit)and print"==> $p $v required. Install it from CPAN? [Y".
|
|
||||||
"/n] "and<STDIN>!~/^n/i and print"*** Installing $p\n"and do{
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1,3 +1,2 @@
|
|||||||
perl_re.patch
|
perl_re.patch
|
||||||
spelling.patch
|
spelling.patch
|
||||||
perl5.18-re-a-mod.patch
|
|
Loading…
x
Reference in New Issue
Block a user