File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1531,10 +1531,10 @@ DISTRIBUTIONS
1531
1531
local::lib 2.000029
1532
1532
requirements:
1533
1533
perl 5.006
1534
- parent-0.242
1535
- pathname: C/CO/CORION/parent-0.242 .tar.gz
1534
+ parent-0.243
1535
+ pathname: C/CO/CORION/parent-0.243 .tar.gz
1536
1536
provides:
1537
- parent 0.242
1537
+ parent 0.243
1538
1538
requirements:
1539
1539
ExtUtils::MakeMaker 0
1540
1540
perl 5.006
Original file line number Diff line number Diff line change @@ -2646,7 +2646,7 @@ $fatpacked{"newgetopt.pl"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'NEWGE
2646
2646
NEWGETOPT.PL
2647
2647
2648
2648
$fatpacked{"parent.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'PARENT';
2649
- package parent;use strict;our$VERSION='0.242 ';sub import {my$class=shift;my$inheritor=caller(0);if (@_ and $_[0]eq '-norequire'){shift @_}else {for (my@filename=@_){local @_;s{::|'}{/}g;require "$_.pm"}}{no strict 'refs';push @{"$inheritor\::ISA"},@_}};1;
2649
+ package parent;use strict;our$VERSION='0.243 ';sub import {my$class=shift;my$inheritor=caller(0);if (@_ and $_[0]eq '-norequire'){shift @_}else {for (my@filename=@_){local @_;s{::|'}{/}g;require "$_.pm"}}{no strict 'refs';push @{"$inheritor\::ISA"},@_}};1;
2650
2650
PARENT
2651
2651
2652
2652
$fatpacked{"version.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'VERSION';
You can’t perform that action at this time.
0 commit comments