From 76560e594d1837a85642c3e354249b96dd137c9a Mon Sep 17 00:00:00 2001 From: "shogo82148-slim[bot]" <90079370+shogo82148-slim[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:49:35 +0000 Subject: [PATCH] update carton --- author/carton/cpanfile.snapshot | 6 +++--- bin/carton | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/author/carton/cpanfile.snapshot b/author/carton/cpanfile.snapshot index edc20754c..c4d6693c1 100644 --- a/author/carton/cpanfile.snapshot +++ b/author/carton/cpanfile.snapshot @@ -1412,10 +1412,10 @@ DISTRIBUTIONS local::lib 2.000029 requirements: perl 5.006 - parent-0.243 - pathname: C/CO/CORION/parent-0.243.tar.gz + parent-0.244 + pathname: C/CO/CORION/parent-0.244.tar.gz provides: - parent 0.243 + parent 0.244 requirements: ExtUtils::MakeMaker 0 perl 5.006 diff --git a/bin/carton b/bin/carton index b0c9fc4ed..70e1893e8 100755 --- a/bin/carton +++ b/bin/carton @@ -2426,7 +2426,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.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; + package parent;use strict;our$VERSION='0.244';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';