Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.11. Changelog diff is:
Browse files Browse the repository at this point in the history
diff --git a/Changes b/Changes
index 9f82c98..b63e746 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension LWP::UserAgent::WithCache.

+0.11  Tue Mar 24 13:44:00 PDT 2009
+	- pulled from tokuhirom/lwp-useragent-withcache to fix a bug filling undef hash values into Cache::FileCache constructor option (Thanks tokuhirom!)
+
 0.10  Fri Dec  5 17:52:33 PST 2008
 	- RT:41474 fixed typo in PREREQ_PM
 	- RT:41475 SYNOPSIS: File::HomeDir->my_home insted of $HOME
  • Loading branch information
sekimura committed Mar 24, 2009
1 parent e0a172d commit ddcb0f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension LWP::UserAgent::WithCache.

0.11 Tue Mar 24 13:44:00 PDT 2009
- pulled from tokuhirom/lwp-useragent-withcache to fix a bug filling undef hash values into Cache::FileCache constructor option (Thanks tokuhirom!)

0.10 Fri Dec 5 17:52:33 PST 2008
- RT:41474 fixed typo in PREREQ_PM
- RT:41475 SYNOPSIS: File::HomeDir->my_home insted of $HOME
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Expand Up @@ -12,3 +12,4 @@
^9\d_.*\.t
\.git/
\.shipit$
\.gitignore
2 changes: 1 addition & 1 deletion lib/LWP/UserAgent/WithCache.pm
Expand Up @@ -8,7 +8,7 @@ use Cache::FileCache;
use File::HomeDir;
use File::Spec;

our $VERSION = '0.10';
our $VERSION = '0.11';

our %default_cache_args = (
'namespace' => 'lwp-cache',
Expand Down

0 comments on commit ddcb0f1

Please sign in to comment.