Modified:
trunk/Changes
trunk/META.yml
trunk/lib/WWW/Contact.pm
Log:
WWW-Contact-0.19.tar.gz
Modified: trunk/Changes
==============================================================================
--- trunk/Changes (original)
+++ trunk/Changes Fri Jan 2 16:03:17 2009
@@ -1,5 +1,9 @@
Revision history for WWW-Contact
+0.19 2009.01.03
+ no code change
+ try to fix CPAN install
+
0.18 2008.12.23
add Moose '0.57' as deps (VERSION added)
Modified: trunk/META.yml
==============================================================================
--- trunk/META.yml (original)
+++ trunk/META.yml Fri Jan 2 16:03:17 2009
@@ -1,6 +1,6 @@
---
name: WWW-Contact
-version: 0.18
+version: 0.19
author:
- 'Fayland Lam <fay...@gmail.com>'
abstract: Get contacts/addressbook from Web
@@ -17,7 +17,7 @@
provides:
WWW::Contact:
file: lib/WWW/Contact.pm
- version: 0.18
+ version: 0.19
WWW::Contact::AOL:
file: lib/WWW/Contact/AOL.pm
version: 0.16
Modified: trunk/lib/WWW/Contact.pm
==============================================================================
--- trunk/lib/WWW/Contact.pm (original)
+++ trunk/lib/WWW/Contact.pm Fri Jan 2 16:03:17 2009
@@ -4,7 +4,7 @@
use Moose;
use Moose::Util::TypeConstraints;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
our $AUTHORITY = 'cpan:FAYLAND';
has 'errstr' => ( is => 'rw', isa => 'Maybe[Str]' );