Skip to content

Commit

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

diff --git a/Changes b/Changes
index 4af35fb..cf197cf 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension App::pmuninstall

+0.23    Tue Oct  4 01:57:32 2011
+        - fix broken -l and -L option (rt:71417)
+        - fix doc
+
 0.22    Sat Sep 17 17:10:26 2011
         - shorten startup time
         - fix checking core module logic
  • Loading branch information
xaicron committed Oct 3, 2011
1 parent f1521f0 commit 1518820
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension App::pmuninstall

0.23 Tue Oct 4 01:57:32 2011
- fix broken -l and -L option (rt:71417)
- fix doc

0.22 Sat Sep 17 17:10:26 2011
- shorten startup time
- fix checking core module logic
Expand Down
2 changes: 1 addition & 1 deletion lib/App/pmuninstall.pm
Expand Up @@ -11,7 +11,7 @@ use version;
use HTTP::Tiny;
use Term::ANSIColor qw(colored);

our $VERSION = "0.22";
our $VERSION = "0.23";

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 1518820

Please sign in to comment.