[perl-www-contact commit] r51 - in trunk: . lib/WWW

1 view
Skip to first unread message

codesite...@google.com

unread,
Dec 22, 2008, 8:47:38 PM12/22/08
to perl-www...@googlegroups.com
Author: fayland
Date: Mon Dec 22 17:34:17 2008
New Revision: 51

Modified:
trunk/Build.PL
trunk/Changes
trunk/META.yml
trunk/Makefile.PL
trunk/lib/WWW/Contact.pm

Log:
WWW-Contact-0.18.tar.gz

Modified: trunk/Build.PL
==============================================================================
--- trunk/Build.PL (original)
+++ trunk/Build.PL Mon Dec 22 17:34:17 2008
@@ -9,7 +9,7 @@
dist_version_from => 'lib/WWW/Contact.pm',
build_requires => {
'Test::More' => 0,
- 'Moose' => 0,
+ 'Moose' => '0.57',
'WWW::Mechanize' => 0,
'WWW::Mechanize::GZip' => 0,
'HTML::TokeParser::Simple' => 0,

Modified: trunk/Changes
==============================================================================
--- trunk/Changes (original)
+++ trunk/Changes Mon Dec 22 17:34:17 2008
@@ -1,5 +1,8 @@
Revision history for WWW-Contact

+0.18 2008.12.23
+ add Moose '0.57' as deps (VERSION added)
+
0.17 2008.11.08
fix "Gmail Contacts with no email cause incorrect matchup" (RT
40756)


Modified: trunk/META.yml
==============================================================================
--- trunk/META.yml (original)
+++ trunk/META.yml Mon Dec 22 17:34:17 2008
@@ -1,6 +1,6 @@
---
name: WWW-Contact
-version: 0.17
+version: 0.18
author:
- 'Fayland Lam <fay...@gmail.com>'
abstract: Get contacts/addressbook from Web
@@ -10,14 +10,14 @@
build_requires:
Crypt::SSLeay: 0
HTML::TokeParser::Simple: 0
- Moose: 0
+ Moose: 0.57
Test::More: 0
WWW::Mechanize: 0
WWW::Mechanize::GZip: 0
provides:
WWW::Contact:
file: lib/WWW/Contact.pm
- version: 0.17
+ version: 0.18
WWW::Contact::AOL:
file: lib/WWW/Contact/AOL.pm
version: 0.16
@@ -51,7 +51,7 @@
WWW::Contact::Yahoo:
file: lib/WWW/Contact/Yahoo.pm
version: 0.16
-generated_by: Module::Build version 0.3
+generated_by: Module::Build version 0.31
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.2.html
version: 1.2

Modified: trunk/Makefile.PL
==============================================================================
--- trunk/Makefile.PL (original)
+++ trunk/Makefile.PL Mon Dec 22 17:34:17 2008
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.30
+# Note: this file was auto-generated by Module::Build::Compat version 0.31
use ExtUtils::MakeMaker;
WriteMakefile
(
@@ -7,13 +7,12 @@
'PREREQ_PM' => {
'Crypt::SSLeay' => '0',
'HTML::TokeParser::Simple' => '0',
- 'Moose' => '0',
+ 'Moose' => '0.57',
'Test::More' => '0',
'WWW::Mechanize' => '0',
'WWW::Mechanize::GZip' => '0'
},
'INSTALLDIRS' => 'site',
- 'EXE_FILES' => [],
- 'PL_FILES' => {}
+ 'EXE_FILES' => []
)
;

Modified: trunk/lib/WWW/Contact.pm
==============================================================================
--- trunk/lib/WWW/Contact.pm (original)
+++ trunk/lib/WWW/Contact.pm Mon Dec 22 17:34:17 2008
@@ -4,7 +4,7 @@
use Moose;
use Moose::Util::TypeConstraints;

-our $VERSION = '0.17';
+our $VERSION = '0.18';
our $AUTHORITY = 'cpan:FAYLAND';

has 'errstr' => ( is => 'rw', isa => 'Maybe[Str]' );

Reply all
Reply to author
Forward
0 new messages