Skip to content

Commit

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

diff --git a/Changes b/Changes
index ba04936..873c20b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension App::moduleuninstall

+0.12    Sun Nov 21 16:00:27 2010
+        - fixed wrong show dependencies issue (report by tokuhirom++)
+        - fixed `-L` option was not working
+        - fixed core-module check issue
+
 0.11    Sun Nov 14 22:39:02 2010
         - fixed wrong message issue. (report by punytan++)
  • Loading branch information
xaicron committed Nov 21, 2010
1 parent 1a9bcc1 commit 1799d4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Perl extension App::moduleuninstall

0.12 Sun Nov 21 16:00:27 2010
- fixed wrong show dependencies issue (report by tokuhirom++)
- fixed `-L` option was not working
- fixed core-module check issue

0.11 Sun Nov 14 22:39:02 2010
- fixed wrong message issue. (report by punytan++)

Expand Down
2 changes: 1 addition & 1 deletion lib/App/pmuninstall.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package App::pmuninstall;
use strict;
use warnings;
our $VERSION = "0.11";
our $VERSION = "0.12";

1;
__END__
Expand Down

0 comments on commit 1799d4b

Please sign in to comment.