Skip to content

Commit

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

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

+0.24    Tue Oct  4 15:10:39 2011
+        - fix is_local_lib() (But, it's called after the setup_local_lib(), no problem)
+
 0.23    Tue Oct  4 01:57:32 2011
         - fix broken -l and -L option (rt:71417)
         - fix doc
  • Loading branch information
xaicron committed Oct 4, 2011
1 parent 8c0e944 commit dd88e0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension App::pmuninstall Revision history for Perl extension App::pmuninstall


0.24 Tue Oct 4 15:10:39 2011
- fix is_local_lib() (But, it's called after the setup_local_lib(), no problem)

0.23 Tue Oct 4 01:57:32 2011 0.23 Tue Oct 4 01:57:32 2011
- fix broken -l and -L option (rt:71417) - fix broken -l and -L option (rt:71417)
- fix doc - fix doc
Expand Down
2 changes: 1 addition & 1 deletion lib/App/pmuninstall.pm
Expand Up @@ -12,7 +12,7 @@ use HTTP::Tiny;
use Term::ANSIColor qw(colored); use Term::ANSIColor qw(colored);
use Cwd (); use Cwd ();


our $VERSION = "0.23"; our $VERSION = "0.24";


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

0 comments on commit dd88e0b

Please sign in to comment.