Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.48.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index fe5406e..fdd43be 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension OrePAN2
 
 {{$NEXT}}
+
+0.48 2021-02-25T15:15:27Z
     - Switch from Parse::CPAN::Packages to Parse::CPAN::Packages::Fast (GH#57)
       (Olaf Alders)
  • Loading branch information
oalders committed Feb 25, 2021
1 parent 1e86b8a commit dec0d74
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Perl extension OrePAN2

{{$NEXT}}

0.48 2021-02-25T15:15:27Z
- Switch from Parse::CPAN::Packages to Parse::CPAN::Packages::Fast (GH#57)
(Olaf Alders)

Expand Down
16 changes: 10 additions & 6 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"tokuhirom <tokuhirom@gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.1.3, CPAN::Meta::Converter version 2.150010",
"generated_by" : "Minilla/v3.1.10, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
Expand All @@ -31,18 +31,19 @@
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.04",
"Test::PAUSE::Permissions" : "0.07",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
},
"runtime" : {
"requires" : {
"Archive::Extract" : "0.72",
"Archive::Tar" : "0",
"Archive::Tar" : "1.46",
"CPAN::Meta" : "2.13156",
"Class::Accessor::Lite" : "0.05",
"Digest::MD5" : "0",
"ExtUtils::MakeMaker" : "7.06",
"File::Path" : "0",
"File::Temp" : "0",
"File::pushd" : "0",
Expand All @@ -59,7 +60,7 @@
"Moo" : "1.007000",
"MooX::Options" : "0",
"Parse::CPAN::Meta" : "1.4414",
"Parse::CPAN::Packages" : "2.39",
"Parse::CPAN::Packages::Fast" : "0.09",
"Parse::LocalDistribution" : "0.14",
"Parse::PMFile" : "0.29",
"Path::Tiny" : "0",
Expand All @@ -69,6 +70,7 @@
"Type::Params" : "0",
"Types::URI" : "0",
"autodie" : "0",
"feature" : "0",
"parent" : "0",
"perl" : "5.008005",
"version" : "0.9912"
Expand All @@ -79,6 +81,7 @@
"File::Touch" : "0",
"File::Which" : "0",
"PAUSE::Packages" : "0",
"Path::Class" : "0",
"Test::More" : "0.98",
"Test::RequiresInternet" : "0.02"
}
Expand All @@ -96,11 +99,12 @@
"web" : "https://github.com/tokuhirom/OrePAN2"
}
},
"version" : "0.47",
"version" : "0.48",
"x_authority" : "cpan:TOKUHIROM",
"x_contributors" : [
"Chad Granum <exodist7@gmail.com>",
"Chris Weyl <cweyl@alumni.drew.edu>",
"Dave Lambley <dave@lambley.me.uk>",
"E. Choroba <choroba@matfyz.cz>",
"Gregory Oschwald <goschwald@maxmind.com>",
"Ichito Nagata <i.nagata110@gmail.com>",
Expand All @@ -115,6 +119,6 @@
"Tatsuhiko Miyagawa <miyagawa@bulknews.net>",
"moznion <moznion@gmail.com>"
],
"x_serialization_backend" : "JSON::PP version 2.97001",
"x_serialization_backend" : "JSON::PP version 4.06",
"x_static_install" : 1
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ It's pretty easy!

You can use OrePAN2 as a library.

- OrePAN2 uses modern modules like [Parse::LocalDistribution](https://metacpan.org/pod/Parse::LocalDistribution).
- OrePAN2 uses modern modules like [Parse::LocalDistribution](https://metacpan.org/pod/Parse%3A%3ALocalDistribution).

OrePAN1 did a lot of heavy lifting on its own. OrePAN2 delegates most tasks to other CPAN modules.

Expand All @@ -43,7 +43,7 @@ It's pretty easy!

# SEE ALSO

[OrePAN2::Server](https://metacpan.org/pod/OrePAN2::Server)
[OrePAN2::Server](https://metacpan.org/pod/OrePAN2%3A%3AServer)

# LICENSE

Expand Down
2 changes: 1 addition & 1 deletion lib/OrePAN2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use 5.008005;
use strict;
use warnings;

our $VERSION = "0.47";
our $VERSION = "0.48";

1;
__END__
Expand Down

0 comments on commit dec0d74

Please sign in to comment.