Skip to content

Commit

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

diff --git a/Changes b/Changes
index 7e4de7d..f0d7e90 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.9004  Thu Apr 12 18:31:59 JST 2012
+        - Renamed the distribution
+
 0.9003  Sat Apr  7 01:26:04 PDT 2012
         - Don't use $! in error checks because we don't open file there.
           This also caused issues in 5.8 where $! isn't often cleared
  • Loading branch information
miyagawa committed Apr 12, 2012
1 parent 70b65a7 commit 1bdbd47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,3 +1,6 @@
0.9004 Thu Apr 12 18:31:59 JST 2012
- Renamed the distribution

0.9003 Sat Apr 7 01:26:04 PDT 2012 0.9003 Sat Apr 7 01:26:04 PDT 2012
- Don't use $! in error checks because we don't open file there. - Don't use $! in error checks because we don't open file there.
This also caused issues in 5.8 where $! isn't often cleared This also caused issues in 5.8 where $! isn't often cleared
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANfile.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
use Cwd; use Cwd;
use Module::CPANfile::Environment; use Module::CPANfile::Environment;


our $VERSION = '0.9003'; our $VERSION = '0.9004';


sub new { sub new {
my($class, $file) = @_; my($class, $file) = @_;
Expand Down

0 comments on commit 1bdbd47

Please sign in to comment.