Skip to content

Commit 59649ef

Browse files
shogo82148-slim[bot]shogo82148
authored andcommitted
update cpm
1 parent fdd7570 commit 59649ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

author/cpm/cpanfile.snapshot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,10 +1531,10 @@ DISTRIBUTIONS
15311531
local::lib 2.000029
15321532
requirements:
15331533
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
15361536
provides:
1537-
parent 0.242
1537+
parent 0.243
15381538
requirements:
15391539
ExtUtils::MakeMaker 0
15401540
perl 5.006

bin/cpm

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

26482648
$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;
26502650
PARENT
26512651

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

0 commit comments

Comments
 (0)