Skip to content

Commit

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

diff --git a/Changes b/Changes
index 5610bda..77dd15f 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,13 @@ Revision history for Perl extension App::pmuninstall
 
 {{$NEXT}}
 
+0.31 2022-04-24T13:02:35Z
+        - Fixed #6 local_lib path problem (perlpunk++)
+        - Fixed #7 Did not work on multiple paths in PERL5LIB (zmughal++)
+        - Fixed #8 Using ExtUtils::Packlist (zmughal++)
+        - Feature #9 Add GitHub Actions workflow (zmughal++)
+        - Changed unnecessary catfile to cannonpath. (zmughal++)
+
 0.30 2013-06-03T14:42:38Z
         - minil migrate
  • Loading branch information
xaicron committed Apr 24, 2022
1 parent ff2cc48 commit 6d899bd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,13 @@ Revision history for Perl extension App::pmuninstall

{{$NEXT}}

0.31 2022-04-24T13:02:35Z
- Fixed #6 local_lib path problem (perlpunk++)
- Fixed #7 Did not work on multiple paths in PERL5LIB (zmughal++)
- Fixed #8 Using ExtUtils::Packlist (zmughal++)
- Feature #9 Add GitHub Actions workflow (zmughal++)
- Changed unnecessary catfile to cannonpath. (zmughal++)

0.30 2013-06-03T14:42:38Z
- minil migrate

Expand Down
9 changes: 6 additions & 3 deletions META.json
Expand Up @@ -41,6 +41,7 @@
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.07",
"Test::Perl::Critic" : "0",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
Expand Down Expand Up @@ -70,13 +71,15 @@
"web" : "https://github.com/xaicron/pm-uninstall"
}
},
"version" : "0.30",
"version" : "0.31",
"x_contributors" : [
"Finn Smith <finn@buzzfeed.com>",
"Finn Smith <finn@timeghost.net>",
"Tina Mueller <tina.mueller@strato-rz.de>",
"Yuji Shimada <xaicron@gmail.com>",
"Yuji Shimada <xaicron{ at }gmail.com>",
"xaicron <xaicron@gmail.com>"
"Zakariyya Mughal <zaki.mughal@gmail.com>"
],
"x_serialization_backend" : "JSON::PP version 4.06",
"x_static_install" : 0
"x_static_install" : 1
}
2 changes: 1 addition & 1 deletion lib/App/pmuninstall.pm
Expand Up @@ -14,7 +14,7 @@ use Term::ANSIColor qw(colored);
use Cwd ();
use JSON::PP qw(decode_json);

our $VERSION = "0.30";
our $VERSION = "0.31";

my $perl_version = version->new($])->numify;
my $depended_on_by = 'http://deps.cpantesters.org/depended-on-by.pl?dist=';
Expand Down

0 comments on commit 6d899bd

Please sign in to comment.