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 @@ -1371,10 +1371,10 @@ DISTRIBUTIONS
1371
1371
local::lib 2.000029
1372
1372
requirements:
1373
1373
perl 5.006
1374
- parent-0.242
1375
- pathname: C/CO/CORION/parent-0.242 .tar.gz
1374
+ parent-0.243
1375
+ pathname: C/CO/CORION/parent-0.243 .tar.gz
1376
1376
provides:
1377
- parent 0.242
1377
+ parent 0.243
1378
1378
requirements:
1379
1379
ExtUtils::MakeMaker 0
1380
1380
perl 5.006
Original file line number Diff line number Diff line change @@ -2401,7 +2401,7 @@ $fatpacked{"newgetopt.pl"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'NEWGE
2401
2401
NEWGETOPT.PL
2402
2402
2403
2403
$fatpacked{"parent.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'PARENT';
2404
- 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;
2404
+ 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;
2405
2405
PARENT
2406
2406
2407
2407
$fatpacked{"version.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'VERSION';
You can’t perform that action at this time.
0 commit comments