Skip to content

Commit

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

diff --git a/Changes b/Changes
index bd12457..411e215 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.09
+
+    - added --compare-changes option(by nihen++)
+
 0.08

     - fixed Win32::GUI::Constants::Tags issue.
  • Loading branch information
tokuhirom committed Jul 8, 2010
1 parent 49afb0e commit 363f009
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,3 +1,7 @@
0.09

- added --compare-changes option(by nihen++)

0.08

- fixed Win32::GUI::Constants::Tags issue.
Expand Down
2 changes: 1 addition & 1 deletion bin/cpan-outdated
Expand Up @@ -10,7 +10,7 @@ use Config;
use version;
use constant WIN32 => $^O eq 'MSWin32';

our $VERSION = "0.08";
our $VERSION = "0.09";

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

0 comments on commit 363f009

Please sign in to comment.