Skip to content

Commit

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

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

+0.19    Thu Aug  4 02:52:38 2011
+        - removed dependency on local::lib
+            (did not work, because latest local::lib had been changed interface.)
+
 0.18    Sun Jun 26 13:20:05 2011
         - modularization
  • Loading branch information
xaicron committed Aug 3, 2011
1 parent 95a110c commit 127a9e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -8,5 +8,5 @@ Makefile.old
nytprof.out nytprof.out
MANIFEST MANIFEST
MANIFEST.bak MANIFEST.bak
MYMETA.yml MYMETA.*
*.sw[po] *.sw[po]
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension App::pmuninstall Revision history for Perl extension App::pmuninstall


0.19 Thu Aug 4 02:52:38 2011
- removed dependency on local::lib
(did not work, because latest local::lib had been changed interface.)

0.18 Sun Jun 26 13:20:05 2011 0.18 Sun Jun 26 13:20:05 2011
- modularization - modularization


Expand Down
2 changes: 1 addition & 1 deletion lib/App/pmuninstall.pm
Expand Up @@ -13,7 +13,7 @@ use Module::CoreList;
use version; use version;
use HTTP::Tiny; use HTTP::Tiny;


our $VERSION = "0.18"; our $VERSION = "0.19";


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 127a9e3

Please sign in to comment.