r25343 - in /branches/upstream/libcoat-perl/current: CHANGES lib/Coat.pm t/022_type_coercion_datetime.t

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Fri Sep 19 10:22:35 UTC 2008


Author: ansgar-guest
Date: Fri Sep 19 10:22:31 2008
New Revision: 25343

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25343
Log:
[svn-upgrade] Integrating new upstream version, libcoat-perl (0.332)

Modified:
    branches/upstream/libcoat-perl/current/CHANGES
    branches/upstream/libcoat-perl/current/lib/Coat.pm
    branches/upstream/libcoat-perl/current/t/022_type_coercion_datetime.t

Modified: branches/upstream/libcoat-perl/current/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoat-perl/current/CHANGES?rev=25343&op=diff
==============================================================================
--- branches/upstream/libcoat-perl/current/CHANGES (original)
+++ branches/upstream/libcoat-perl/current/CHANGES Fri Sep 19 10:22:31 2008
@@ -1,3 +1,8 @@
+2008-09-18 -- release 0.332
+
+    * bugfix: removed useless DateTime dependency in test suite, so Coat can be
+      built without this module installed.
+
 2008-07-04 -- release 0.331
 
     * bugfix: don't set undef values to 1 during type validation)

Modified: branches/upstream/libcoat-perl/current/lib/Coat.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoat-perl/current/lib/Coat.pm?rev=25343&op=diff
==============================================================================
--- branches/upstream/libcoat-perl/current/lib/Coat.pm (original)
+++ branches/upstream/libcoat-perl/current/lib/Coat.pm Fri Sep 19 10:22:31 2008
@@ -14,7 +14,7 @@
 use Coat::Object;
 use Coat::Types;
 
-$VERSION   = '0.331';
+$VERSION   = '0.332';
 $AUTHORITY = 'cpan:SUKRIA';
 
 # our exported keywords for class description

Modified: branches/upstream/libcoat-perl/current/t/022_type_coercion_datetime.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoat-perl/current/t/022_type_coercion_datetime.t?rev=25343&op=diff
==============================================================================
--- branches/upstream/libcoat-perl/current/t/022_type_coercion_datetime.t (original)
+++ branches/upstream/libcoat-perl/current/t/022_type_coercion_datetime.t Fri Sep 19 10:22:31 2008
@@ -2,7 +2,6 @@
 use strict;
 use warnings;
 
-use DateTime;
 use Coat::Types;
 use Coat::Meta::TypeConstraint;
 




More information about the Pkg-perl-cvs-commits mailing list