Skip to content

Commit

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

diff --git a/Changes b/Changes
index 411e215..0ae9460 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.10
+
+    - added -I option, suggested by Sebastian Willert [RT#59454]
+
 0.09

     - added --compare-changes option(by nihen++)
  • Loading branch information
tokuhirom committed Jul 17, 2010
1 parent e481cf2 commit 84592ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.10

- added -I option, suggested by Sebastian Willert [RT#59454]

0.09

- added --compare-changes option(by nihen++)
Expand Down
2 changes: 1 addition & 1 deletion bin/cpan-outdated
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use Config;
use version;
use constant WIN32 => $^O eq 'MSWin32';

our $VERSION = "0.09";
our $VERSION = "0.10";

my $mirror = 'http://www.cpan.org/';
my $quote = WIN32 ? q/"/ : q/'/;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/cpanoutdated.pm
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package App::cpanoutdated;
our $VERSION = "0.09";
our $VERSION = "0.10";
1;

0 comments on commit 84592ee

Please sign in to comment.