From 363f009e53f903573b6c3f97e00feddd87c20d64 Mon Sep 17 00:00:00 2001 From: tokuhirom Date: Thu, 8 Jul 2010 15:00:52 +0900 Subject: [PATCH] Checking in changes prior to tagging of version 0.09. 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. --- Changes | 4 ++++ bin/cpan-outdated | 2 +- lib/App/cpanoutdated.pm | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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. diff --git a/bin/cpan-outdated b/bin/cpan-outdated index 650ac2f..049a336 100644 --- a/bin/cpan-outdated +++ b/bin/cpan-outdated @@ -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/'/; diff --git a/lib/App/cpanoutdated.pm b/lib/App/cpanoutdated.pm index 0341bc6..9c25ea5 100644 --- a/lib/App/cpanoutdated.pm +++ b/lib/App/cpanoutdated.pm @@ -1,3 +1,3 @@ package App::cpanoutdated; -our $VERSION = "0.08"; +our $VERSION = "0.09"; 1;