Skip to content

Commit

Permalink
update carton
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148-slim[bot] authored and shogo82148 committed Aug 14, 2024
1 parent 765c1e2 commit 63582b9
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
106 changes: 53 additions & 53 deletions author/carton/cpanfile.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -1012,58 +1012,58 @@ DISTRIBUTIONS
List::Util 0
Scalar::Util 0
perl 5.008001
Test-Harness-3.48
pathname: L/LE/LEONT/Test-Harness-3.48.tar.gz
Test-Harness-3.50
pathname: L/LE/LEONT/Test-Harness-3.50.tar.gz
provides:
App::Prove 3.48
App::Prove::State 3.48
App::Prove::State::Result 3.48
App::Prove::State::Result::Test 3.48
App::Prove 3.50
App::Prove::State 3.50
App::Prove::State::Result 3.50
App::Prove::State::Result::Test 3.50
Harness::Hook undef
TAP::Base 3.48
TAP::Formatter::Base 3.48
TAP::Formatter::Color 3.48
TAP::Formatter::Console 3.48
TAP::Formatter::Console::ParallelSession 3.48
TAP::Formatter::Console::Session 3.48
TAP::Formatter::File 3.48
TAP::Formatter::File::Session 3.48
TAP::Formatter::Session 3.48
TAP::Harness 3.48
TAP::Harness::Env 3.48
TAP::Object 3.48
TAP::Parser 3.48
TAP::Parser::Aggregator 3.48
TAP::Parser::Grammar 3.48
TAP::Parser::Iterator 3.48
TAP::Parser::Iterator::Array 3.48
TAP::Parser::Iterator::Process 3.48
TAP::Parser::Iterator::Stream 3.48
TAP::Parser::IteratorFactory 3.48
TAP::Parser::Multiplexer 3.48
TAP::Parser::Result 3.48
TAP::Parser::Result::Bailout 3.48
TAP::Parser::Result::Comment 3.48
TAP::Parser::Result::Plan 3.48
TAP::Parser::Result::Pragma 3.48
TAP::Parser::Result::Test 3.48
TAP::Parser::Result::Unknown 3.48
TAP::Parser::Result::Version 3.48
TAP::Parser::Result::YAML 3.48
TAP::Parser::ResultFactory 3.48
TAP::Parser::Scheduler 3.48
TAP::Parser::Scheduler::Job 3.48
TAP::Parser::Scheduler::Spinner 3.48
TAP::Parser::Source 3.48
TAP::Parser::SourceHandler 3.48
TAP::Parser::SourceHandler::Executable 3.48
TAP::Parser::SourceHandler::File 3.48
TAP::Parser::SourceHandler::Handle 3.48
TAP::Parser::SourceHandler::Perl 3.48
TAP::Parser::SourceHandler::RawTAP 3.48
TAP::Parser::YAMLish::Reader 3.48
TAP::Parser::YAMLish::Writer 3.48
Test::Harness 3.48
TAP::Base 3.50
TAP::Formatter::Base 3.50
TAP::Formatter::Color 3.50
TAP::Formatter::Console 3.50
TAP::Formatter::Console::ParallelSession 3.50
TAP::Formatter::Console::Session 3.50
TAP::Formatter::File 3.50
TAP::Formatter::File::Session 3.50
TAP::Formatter::Session 3.50
TAP::Harness 3.50
TAP::Harness::Env 3.50
TAP::Object 3.50
TAP::Parser 3.50
TAP::Parser::Aggregator 3.50
TAP::Parser::Grammar 3.50
TAP::Parser::Iterator 3.50
TAP::Parser::Iterator::Array 3.50
TAP::Parser::Iterator::Process 3.50
TAP::Parser::Iterator::Stream 3.50
TAP::Parser::IteratorFactory 3.50
TAP::Parser::Multiplexer 3.50
TAP::Parser::Result 3.50
TAP::Parser::Result::Bailout 3.50
TAP::Parser::Result::Comment 3.50
TAP::Parser::Result::Plan 3.50
TAP::Parser::Result::Pragma 3.50
TAP::Parser::Result::Test 3.50
TAP::Parser::Result::Unknown 3.50
TAP::Parser::Result::Version 3.50
TAP::Parser::Result::YAML 3.50
TAP::Parser::ResultFactory 3.50
TAP::Parser::Scheduler 3.50
TAP::Parser::Scheduler::Job 3.50
TAP::Parser::Scheduler::Spinner 3.50
TAP::Parser::Source 3.50
TAP::Parser::SourceHandler 3.50
TAP::Parser::SourceHandler::Executable 3.50
TAP::Parser::SourceHandler::File 3.50
TAP::Parser::SourceHandler::Handle 3.50
TAP::Parser::SourceHandler::Perl 3.50
TAP::Parser::SourceHandler::RawTAP 3.50
TAP::Parser::YAMLish::Reader 3.50
TAP::Parser::YAMLish::Writer 3.50
Test::Harness 3.50
requirements:
ExtUtils::MakeMaker 0
Test-Simple-1.302201
Expand Down Expand Up @@ -1395,10 +1395,10 @@ DISTRIBUTIONS
local::lib 2.000029
requirements:
perl 5.006
parent-0.241
pathname: C/CO/CORION/parent-0.241.tar.gz
parent-0.242
pathname: C/CO/CORION/parent-0.242.tar.gz
provides:
parent 0.241
parent 0.242
requirements:
ExtUtils::MakeMaker 0
perl 5.006
Expand Down
2 changes: 1 addition & 1 deletion bin/carton
Original file line number Diff line number Diff line change
Expand Up @@ -2398,7 +2398,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.241';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.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;
PARENT

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

0 comments on commit 63582b9

Please sign in to comment.