r43206 - in /branches/upstream/libmoosex-types-datetime-perl/current: .gitignore Changes MANIFEST META.yml Makefile.PL SIGNATURE lib/MooseX/Types/DateTime.pm lib/MooseX/Types/DateTimeX.pm t/02_datetimex.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Aug 29 04:20:36 UTC 2009


Author: jawnsy-guest
Date: Sat Aug 29 04:20:18 2009
New Revision: 43206

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43206
Log:
[svn-upgrade] Integrating new upstream version, libmoosex-types-datetime-perl (0.05)

Added:
    branches/upstream/libmoosex-types-datetime-perl/current/.gitignore
Removed:
    branches/upstream/libmoosex-types-datetime-perl/current/lib/MooseX/Types/DateTimeX.pm
    branches/upstream/libmoosex-types-datetime-perl/current/t/02_datetimex.t
Modified:
    branches/upstream/libmoosex-types-datetime-perl/current/Changes
    branches/upstream/libmoosex-types-datetime-perl/current/MANIFEST
    branches/upstream/libmoosex-types-datetime-perl/current/META.yml
    branches/upstream/libmoosex-types-datetime-perl/current/Makefile.PL
    branches/upstream/libmoosex-types-datetime-perl/current/SIGNATURE
    branches/upstream/libmoosex-types-datetime-perl/current/lib/MooseX/Types/DateTime.pm

Added: branches/upstream/libmoosex-types-datetime-perl/current/.gitignore
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-datetime-perl/current/.gitignore?rev=43206&op=file
==============================================================================
--- branches/upstream/libmoosex-types-datetime-perl/current/.gitignore (added)
+++ branches/upstream/libmoosex-types-datetime-perl/current/.gitignore Sat Aug 29 04:20:18 2009
@@ -1,0 +1,15 @@
+.*
+!.gitignore
+Makefile*
+!Makefile.PL
+META.yml
+blib
+build
+inc
+pm_to_blib
+MANIFEST*
+!MANIFEST.SKIP
+Debian*
+README
+MooseX-Types-DateTime-*
+*.bs

Modified: branches/upstream/libmoosex-types-datetime-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-datetime-perl/current/Changes?rev=43206&op=diff
==============================================================================
--- branches/upstream/libmoosex-types-datetime-perl/current/Changes (original)
+++ branches/upstream/libmoosex-types-datetime-perl/current/Changes Sat Aug 29 04:20:18 2009
@@ -1,6 +1,17 @@
+0.05
+		- Merged the two 0.04 releases
+
+0.04 (NUFFIN)
+        - Remove DateTimeX::Easy support, this is in its own distribution now
+
+0.04 (FLORA)
+        - Depend on DateTime::TimeZone 0.95 to avoid test failures due to
+          broken, older versions.
+
 0.03
         - more explicit versions for dependencies
 		- removed a test that doesn't seem to cleanly pass in all timezones
+
 0.02
         - Use namespace::clean in some places
         - Try to skip out of the test suite gracefully when bad crap happens

Modified: branches/upstream/libmoosex-types-datetime-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-datetime-perl/current/MANIFEST?rev=43206&op=diff
==============================================================================
--- branches/upstream/libmoosex-types-datetime-perl/current/MANIFEST (original)
+++ branches/upstream/libmoosex-types-datetime-perl/current/MANIFEST Sat Aug 29 04:20:18 2009
@@ -1,10 +1,9 @@
+.gitignore
 Changes
 lib/MooseX/Types/DateTime.pm
-lib/MooseX/Types/DateTimeX.pm
 Makefile.PL
 MANIFEST			This list of files
 MANIFEST.SKIP
 t/01_basic.t
-t/02_datetimex.t
 META.yml                                 Module meta-data (added by MakeMaker)
 SIGNATURE                                Public-key signature (added by MakeMaker)

Modified: branches/upstream/libmoosex-types-datetime-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-datetime-perl/current/META.yml?rev=43206&op=diff
==============================================================================
--- branches/upstream/libmoosex-types-datetime-perl/current/META.yml (original)
+++ branches/upstream/libmoosex-types-datetime-perl/current/META.yml Sat Aug 29 04:20:18 2009
@@ -1,25 +1,28 @@
 --- #YAML:1.0
-name:                MooseX-Types-DateTime
-version:             0.03
-abstract:            ~
-license:             ~
-author:              ~
-generated_by:        ExtUtils::MakeMaker version 6.44
-distribution_type:   module
-requires:     
-    DateTime:                      0.4302
-    DateTime::Format::DateParse:   0.04
-    DateTime::Format::Flexible:    0.05
-    DateTime::Format::Natural:     0.71
-    DateTime::Locale:              0.4001
-    DateTime::TimeZone:            0.7701
-    DateTimeX::Easy:               0.082
-    Moose:                         0.41
-    MooseX::Types:                 0.04
-    namespace::clean:              0.08
-    Test::Exception:               0.27
-    Test::use::ok:                 0.02
-    Time::Duration::Parse:         0.06
+name:               MooseX-Types-DateTime
+version:            0.05
+abstract:           ~
+author:  []
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    DateTime:            0.4302
+    DateTime::Locale:    0.4001
+    DateTime::TimeZone:  0.95
+    Moose:               0.41
+    MooseX::Types:       0.19
+    namespace::clean:    0.08
+    Test::Exception:     0.27
+    Test::use::ok:       0.02
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.52
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libmoosex-types-datetime-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-datetime-perl/current/Makefile.PL?rev=43206&op=diff
==============================================================================
--- branches/upstream/libmoosex-types-datetime-perl/current/Makefile.PL (original)
+++ branches/upstream/libmoosex-types-datetime-perl/current/Makefile.PL Sat Aug 29 04:20:18 2009
@@ -14,16 +14,11 @@
         'Moose'              => '0.41', # class_type
         'DateTime'           => '0.4302',
         'DateTime::Locale'   => '0.4001',
-        'DateTime::TimeZone' => '0.7701',
+        'DateTime::TimeZone' => '0.95',
         'Test::use::ok'      => '0.02',
         'Test::Exception'    => '0.27',
-        'MooseX::Types'      => '0.04',
-		'DateTime::Format::DateParse' => '0.04',
-		'DateTime::Format::Natural' => '0.71',
-		'DateTime::Format::Flexible' => '0.05',
-        'DateTimeX::Easy'    => '0.082',
-        'Time::Duration::Parse' => '0.06',
         'namespace::clean'   => '0.08',
+        'MooseX::Types'      => '0.19',
     },
 );
 

Modified: branches/upstream/libmoosex-types-datetime-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-datetime-perl/current/SIGNATURE?rev=43206&op=diff
==============================================================================
--- branches/upstream/libmoosex-types-datetime-perl/current/SIGNATURE (original)
+++ branches/upstream/libmoosex-types-datetime-perl/current/SIGNATURE Sat Aug 29 04:20:18 2009
@@ -14,19 +14,18 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 612ab25a806207a4d622792b4a9e12ff3260e6f7 Changes
-SHA1 cd833e1b49f4ae224b7b79eb09ceca2311e8ca7a MANIFEST
+SHA1 a0c95a5690c5009608cf42e7411fb6090ed8f4d7 .gitignore
+SHA1 292df2716ad3c0692d76d741c66e9079131fadf1 Changes
+SHA1 a48285e5149a5e88ab1bd3f3c36de172ad87199c MANIFEST
 SHA1 8c7f99eee1e7fdfb18c75ee7d6c1a8cefae61831 MANIFEST.SKIP
-SHA1 b0f4b25e39143e625013b4e57f3525ab1a651ec3 META.yml
-SHA1 5475dc8449e67295eb359f6bd5fd332c0c678c3e Makefile.PL
-SHA1 866c97202c127a00d73b081b7a6534da67dcfbb3 lib/MooseX/Types/DateTime.pm
-SHA1 d357782ff876cd6c277a5a19a16e34a29076a3f4 lib/MooseX/Types/DateTimeX.pm
+SHA1 2f5386e80e906f0769398371f7c69a4fb90eaec8 META.yml
+SHA1 e99c714e2f0f53b739019f2e7fae6c7e0eb05bcd Makefile.PL
+SHA1 dd5a903890d4ce0ef1b972429c55c3c434450824 lib/MooseX/Types/DateTime.pm
 SHA1 5dc5b4e09efcee42e2a0ed87fe184e79a069caf1 t/01_basic.t
-SHA1 e0fb2d6f9b5a4c96f13909c8b4fa802cd159cb54 t/02_datetimex.t
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.7 (Darwin)
 
-iD8DBQFIdsTCVCwRwOvSdBgRAp01AJ4jlNZupWrzGYlE0OjcXwdVg4IlXgCeLGkH
-8FGkNV8zYKX4aDIVdaBBJrk=
-=H15z
+iD8DBQFKkm2MVCwRwOvSdBgRAs5BAKCh5+Ev+TVCxfngWuzeYd7bDvuZ6QCgv88V
+uUKZ3LTmE5n1UqD8WL+xyH4=
+=WIuO
 -----END PGP SIGNATURE-----

Modified: branches/upstream/libmoosex-types-datetime-perl/current/lib/MooseX/Types/DateTime.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-datetime-perl/current/lib/MooseX/Types/DateTime.pm?rev=43206&op=diff
==============================================================================
--- branches/upstream/libmoosex-types-datetime-perl/current/lib/MooseX/Types/DateTime.pm (original)
+++ branches/upstream/libmoosex-types-datetime-perl/current/lib/MooseX/Types/DateTime.pm Sat Aug 29 04:20:18 2009
@@ -5,7 +5,7 @@
 use strict;
 use warnings;
 
-our $VERSION = "0.03";
+our $VERSION = "0.05";
 
 use DateTime ();
 use DateTime::Locale ();
@@ -186,6 +186,10 @@
 
 =back
 
+=back
+
+=back
+
 =head1 SEE ALSO
 
 L<MooseX::Types::DateTimeX>
@@ -194,8 +198,8 @@
 
 =head1 VERSION CONTROL
 
-L<http://code2.0beta.co.uk/moose/svn/MooseX-Types-DateTime/trunk>. Ask on
-#moose for commit bits.
+This module is maintained using git. You can get the latest version from
+L<git://github.com/nothingmuch/moosex-types-datetime.git>.
 
 =head1 AUTHOR
 




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