summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rw-r--r--LICENSE12
-rw-r--r--META.json11
-rw-r--r--Makefile.PL4
-rw-r--r--README.md8
-rw-r--r--lib/Carton.pm2
6 files changed, 21 insertions, 19 deletions
diff --git a/Changes b/Changes
index 5979082..f5627d7 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for carton
{{$NEXT}}
+v1.0.35 2022-05-06 18:36:17 PDT
+ - add $snapshot->remove_distributions to use from Carmel
+
v1.0.34 2018-06-28 10:38:01 PDT
- workaround carton fatpack by explicitly loading Menlo::Index::Mirror
diff --git a/LICENSE b/LICENSE
index 7b5e320..ad19cd4 100644
--- a/LICENSE
+++ b/LICENSE
@@ -292,21 +292,21 @@ Definitions:
- "Package" refers to the collection of files distributed by the Copyright
Holder, and derivatives of that collection of files created through
- textual modification.
+ textual modification.
- "Standard Version" refers to such a Package if it has not been modified,
or has been modified in accordance with the wishes of the Copyright
- Holder.
+ Holder.
- "Copyright Holder" is whoever is named in the copyright or copyrights for
- the package.
+ the package.
- "You" is you, if you're thinking about copying or distributing this Package.
- "Reasonable copying fee" is whatever you can justify on the basis of media
cost, duplication charges, time of people involved, and so on. (You will
not be required to justify it to the Copyright Holder, but only to the
- computing community at large as a market that must bear the fee.)
+ computing community at large as a market that must bear the fee.)
- "Freely Available" means that no fee is charged for the item itself, though
there may be fees involved in handling the item. It also means that
recipients of the item may redistribute it under the same conditions they
- received it.
+ received it.
1. You may make and give away verbatim copies of the source form of the
Standard Version of this Package without restriction, provided that you
@@ -373,7 +373,7 @@ products derived from this software without specific prior written permission.
9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
The End
diff --git a/META.json b/META.json
index 0e73dac..a980e07 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
"Tatsuhiko Miyagawa"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Milla version v1.0.20, Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010",
+ "generated_by" : "Dist::Milla version v1.0.20, Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
@@ -34,7 +34,7 @@
"requires" : {
"Capture::Tiny" : "0",
"Dist::Milla" : "v1.0.20",
- "Test::More" : "0.9",
+ "Test::More" : "0.96",
"Test::Pod" : "1.41",
"Test::Requires" : "0"
}
@@ -72,7 +72,7 @@
"web" : "https://github.com/perl-carton/carton"
}
},
- "version" : "v1.0.34",
+ "version" : "v1.0.35",
"x_contributors" : [
"Christian Walde <walde.christian@googlemail.com>",
"Dan Book <grinnz@gmail.com>",
@@ -95,8 +95,9 @@
"WATANABE Hiroaki <hwat@mac.com>",
"Yanick Champoux <yanick@babyl.dyndns.org>"
],
- "x_generated_by_perl" : "v5.20.1",
- "x_serialization_backend" : "Cpanel::JSON::XS version 4.02",
+ "x_generated_by_perl" : "v5.32.1",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
+ "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
"x_static_install" : 0
}
diff --git a/Makefile.PL b/Makefile.PL
index c37a704..aa61cb8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024.
use strict;
use warnings;
@@ -33,7 +33,7 @@ my %WriteMakefileArgs = (
"Try::Tiny" => "0.09",
"parent" => "0.223"
},
- "VERSION" => "v1.0.34",
+ "VERSION" => "v1.0.35",
"test" => {
"TESTS" => "t/*.t"
}
diff --git a/README.md b/README.md
index b703b6c..504879c 100644
--- a/README.md
+++ b/README.md
@@ -133,7 +133,7 @@ time.
As of Carton v1.0.32, the bundle also includes a package index
allowing you to simply use [cpanm](https://metacpan.org/pod/cpanm) (which has a
-[standalone version](https://metacpan.org/pod/App::cpanminus#Downloading-the-standalone-executable))
+[standalone version](https://metacpan.org/pod/App%3A%3Acpanminus#Downloading-the-standalone-executable))
instead of installing Carton on a remote machine.
> cpanm -L local --from "$PWD/vendor/cache" --installdeps --notest --quiet .
@@ -162,10 +162,6 @@ with perl lower than the specified version.
Code repository, Wiki and Issue Tracker
-- [irc://irc.perl.org/#cpanm](irc://irc.perl.org/#cpanm)
-
- IRC chat room
-
# AUTHOR
Tatsuhiko Miyagawa
@@ -180,6 +176,8 @@ This software is licensed under the same terms as Perl itself.
# SEE ALSO
+[Carmel](https://metacpan.org/pod/Carmel)
+
[cpanm](https://metacpan.org/pod/cpanm)
[cpanfile](https://metacpan.org/pod/cpanfile)
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 23f4b8b..1001c7c 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -1,7 +1,7 @@
package Carton;
use strict;
use 5.008_005;
-use version; our $VERSION = version->declare("v1.0.34");
+use version; our $VERSION = version->declare("v1.0.35");
1;
__END__