Skip to content

Commit

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

diff --git a/Changes b/Changes
index 77dd15f..ce54329 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension App::pmuninstall
 
 {{$NEXT}}
 
+0.33 2022-04-30T08:53:39Z
+        - Fixed #11 Win32 local_lib path problem (zmughal++)
+
 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++)
  • Loading branch information
xaicron committed Apr 30, 2022
1 parent c295ba2 commit 9ecaa92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,9 @@ Revision history for Perl extension App::pmuninstall

{{$NEXT}}

0.33 2022-04-30T08:53:39Z
- Fixed #11 Win32 local_lib path problem (zmughal++)

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++)
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -71,7 +71,7 @@
"web" : "https://github.com/xaicron/pm-uninstall"
}
},
"version" : "0.31",
"version" : "0.33",
"x_contributors" : [
"Finn Smith <finn@buzzfeed.com>",
"Finn Smith <finn@timeghost.net>",
Expand Down
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.31";
our $VERSION = "0.33";

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 9ecaa92

Please sign in to comment.