Skip to content

Commit 2dc00e3

Browse files
shogo82148-slim[bot]shogo82148
authored andcommitted
update cpanm
1 parent 62fe6f6 commit 2dc00e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

author/cpanm/cpanfile.snapshot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,10 +1371,10 @@ DISTRIBUTIONS
13711371
local::lib 2.000029
13721372
requirements:
13731373
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
13761376
provides:
1377-
parent 0.242
1377+
parent 0.243
13781378
requirements:
13791379
ExtUtils::MakeMaker 0
13801380
perl 5.006

bin/cpanm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2401,7 +2401,7 @@ $fatpacked{"newgetopt.pl"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'NEWGE
24012401
NEWGETOPT.PL
24022402

24032403
$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;
24052405
PARENT
24062406

24072407
$fatpacked{"version.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'VERSION';

0 commit comments

Comments
 (0)