Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.52. Changelog diff is:
Browse files Browse the repository at this point in the history
diff --git a/Changes b/Changes
index a06fcf6..0304853 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Moxy

+0.52
+
+    - [BUG] au phone data fetcher is not working... fixed!
+    - updated au phone data
+
 0.51

     - [BUG] fixed uri related bug(injected at 0.50)

git-svn-id: http://svn.coderepos.org/share/lang/perl/Moxy/trunk@31509 d0d07461-0603-4401-acd4-de1884942a52
  • Loading branch information
tokuhirom committed Mar 24, 2009
1 parent d347b5e commit 40bdf7b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,5 +1,10 @@
Revision history for Moxy

0.52

- [BUG] au phone data fetcher is not working... fixed!
- updated au phone data

0.51

- [BUG] fixed uri related bug(injected at 0.50)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -23,7 +23,7 @@ requires 'Params::Validate' => 0.91;
requires 'Template' => 2.19;
requires 'UNIVERSAL::require' => '0.11';
requires 'Class::Accessor';
requires 'HTTP::MobileAttribute';
requires 'HTTP::MobileAttribute' => 0.13;
requires 'Path::Class';
requires 'HTTP::Session' => 0.29;
requires 'HTTP::Cookies'; # part of LWP
Expand Down
2 changes: 1 addition & 1 deletion lib/Moxy.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
use base qw/Class::Accessor::Fast/;
use Class::Component 0.16;

our $VERSION = '0.51';
our $VERSION = '0.52';

use Carp;
use Encode;
Expand Down

0 comments on commit 40bdf7b

Please sign in to comment.