Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions author/cpanm/cpanfile.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -1371,10 +1371,10 @@ DISTRIBUTIONS
local::lib 2.000029
requirements:
perl 5.006
parent-0.242
pathname: C/CO/CORION/parent-0.242.tar.gz
parent-0.243
pathname: C/CO/CORION/parent-0.243.tar.gz
provides:
parent 0.242
parent 0.243
requirements:
ExtUtils::MakeMaker 0
perl 5.006
Expand Down
2 changes: 1 addition & 1 deletion bin/cpanm
Original file line number Diff line number Diff line change
Expand Up @@ -2401,7 +2401,7 @@ $fatpacked{"newgetopt.pl"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'NEWGE
NEWGETOPT.PL

$fatpacked{"parent.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'PARENT';
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;
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;
PARENT

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