Skip to content

Commit

Permalink
update cpm (#1362)
Browse files Browse the repository at this point in the history
Co-authored-by: shogo82148-slim[bot] <90079370+shogo82148-slim[bot]@users.noreply.github.com>
  • Loading branch information
shogo82148-slim[bot] authored Dec 7, 2022
1 parent 93ae692 commit 1cc138d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions author/cpm/cpanfile.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -1122,10 +1122,10 @@ DISTRIBUTIONS
local::lib 2.000029
requirements:
perl 5.006
parent-0.238
pathname: C/CO/CORION/parent-0.238.tar.gz
parent-0.239
pathname: C/CO/CORION/parent-0.239.tar.gz
provides:
parent 0.238
parent 0.239
requirements:
ExtUtils::MakeMaker 0
perl 5.006
Expand Down
2 changes: 1 addition & 1 deletion bin/cpm
Original file line number Diff line number Diff line change
Expand Up @@ -2574,7 +2574,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.238';sub import {my$class=shift;my$inheritor=caller(0);if (@_ and $_[0]eq '-norequire'){shift @_}else {for (my@filename=@_){s{::|'}{/}g;require "$_.pm"}}{no strict 'refs';push @{"$inheritor\::ISA"},@_}};1;
package parent;use strict;our$VERSION='0.239';sub import {my$class=shift;my$inheritor=caller(0);if (@_ and $_[0]eq '-norequire'){shift @_}else {for (my@filename=@_){s{::|'}{/}g;require "$_.pm"}}{no strict 'refs';push @{"$inheritor\::ISA"},@_}};1;
PARENT

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

0 comments on commit 1cc138d

Please sign in to comment.