[Catalyst-commits] r11909 - in trunk/Catalyst-View-vCard: . lib/Catalyst/View

bricas at dev.catalyst.perl.org bricas at dev.catalyst.perl.org
Thu Nov 19 19:40:00 GMT 2009


Author: bricas
Date: 2009-11-19 19:40:00 +0000 (Thu, 19 Nov 2009)
New Revision: 11909

Modified:
   trunk/Catalyst-View-vCard/Changes
   trunk/Catalyst-View-vCard/Makefile.PL
   trunk/Catalyst-View-vCard/lib/Catalyst/View/vCard.pm
Log:
prep release with new Module::Install

Modified: trunk/Catalyst-View-vCard/Changes
===================================================================
--- trunk/Catalyst-View-vCard/Changes	2009-11-19 10:19:01 UTC (rev 11908)
+++ trunk/Catalyst-View-vCard/Changes	2009-11-19 19:40:00 UTC (rev 11909)
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::View::vCard.
 
+0.04  Thu Nov 19 2009
+    - repackaged with a new version of Module::Install
+
 0.03  Tue Feb 26 2008
     - Module::Install upgrade
 

Modified: trunk/Catalyst-View-vCard/Makefile.PL
===================================================================
--- trunk/Catalyst-View-vCard/Makefile.PL	2009-11-19 10:19:01 UTC (rev 11908)
+++ trunk/Catalyst-View-vCard/Makefile.PL	2009-11-19 19:40:00 UTC (rev 11909)
@@ -14,7 +14,6 @@
 
 test_requires 'Test::More';
 
-auto_install;
-resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-View-vCard/';
+repository 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-View-vCard/';
 
 WriteAll;

Modified: trunk/Catalyst-View-vCard/lib/Catalyst/View/vCard.pm
===================================================================
--- trunk/Catalyst-View-vCard/lib/Catalyst/View/vCard.pm	2009-11-19 10:19:01 UTC (rev 11908)
+++ trunk/Catalyst-View-vCard/lib/Catalyst/View/vCard.pm	2009-11-19 19:40:00 UTC (rev 11909)
@@ -7,7 +7,7 @@
 
 use Text::vCard::Addressbook;
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 my @fields = qw(
     fn fullname email bd birthday mailer tz timezone
@@ -106,7 +106,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2008 by Brian Cassidy
+Copyright 2006-2009 by Brian Cassidy
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself. 




More information about the Catalyst-commits mailing list