r39055 - in /trunk/libdbix-class-timestamp-perl: Changes MANIFEST META.yml Makefile.PL debian/changelog lib/DBIx/Class/TimeStamp.pm t/generate_schema.pl t/sql/

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jul 1 15:26:27 UTC 2009


Author: gregoa
Date: Wed Jul  1 15:26:22 2009
New Revision: 39055

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39055
Log:
New upstream release.

Added:
    trunk/libdbix-class-timestamp-perl/t/generate_schema.pl
      - copied unchanged from r39054, branches/upstream/libdbix-class-timestamp-perl/current/t/generate_schema.pl
    trunk/libdbix-class-timestamp-perl/t/sql/
      - copied from r39054, branches/upstream/libdbix-class-timestamp-perl/current/t/sql/
Modified:
    trunk/libdbix-class-timestamp-perl/Changes
    trunk/libdbix-class-timestamp-perl/MANIFEST
    trunk/libdbix-class-timestamp-perl/META.yml
    trunk/libdbix-class-timestamp-perl/Makefile.PL
    trunk/libdbix-class-timestamp-perl/debian/changelog
    trunk/libdbix-class-timestamp-perl/lib/DBIx/Class/TimeStamp.pm

Modified: trunk/libdbix-class-timestamp-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/Changes?rev=39055&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/Changes (original)
+++ trunk/libdbix-class-timestamp-perl/Changes Wed Jul  1 15:26:22 2009
@@ -1,4 +1,8 @@
 Revision history for DBIx::Class::TimeStamp
+
+0.12 2009-06-30 22:25:17
+    - Ship with a pregenerated sql schema for the tests to avoid the test
+      dependency on SQL-Translator.
 
 0.11 2009 07-32 14:43:00
     - Make sure tests run at the 'top' of the second to reduce pointless

Modified: trunk/libdbix-class-timestamp-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/MANIFEST?rev=39055&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/MANIFEST (original)
+++ trunk/libdbix-class-timestamp-perl/MANIFEST Wed Jul  1 15:26:22 2009
@@ -14,9 +14,6 @@
 Makefile.PL
 MANIFEST			This list of files
 META.yml
-t/.06timestamp.t.swp
-t/.07date.t.swp
-t/.08noclobber.t.swp
 t/02pod.t
 t/03podcoverage.t
 t/04basic.t
@@ -24,9 +21,11 @@
 t/06timestamp.t
 t/07date.t
 t/08noclobber.t
+t/generate_schema.pl
 t/lib/DBIC/Test.pm
 t/lib/DBIC/Test/Schema.pm
 t/lib/DBIC/Test/Schema/Test.pm
 t/lib/DBIC/Test/Schema/TestDate.pm
 t/lib/DBIC/Test/Schema/TestDatetime.pm
 t/lib/DBIC/Test/Schema/TestTime.pm
+t/sql/test.sqlite.sql

Modified: trunk/libdbix-class-timestamp-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/META.yml?rev=39055&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/META.yml (original)
+++ trunk/libdbix-class-timestamp-perl/META.yml Wed Jul  1 15:26:22 2009
@@ -28,4 +28,4 @@
   DateTime: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.11
+version: 0.12

Modified: trunk/libdbix-class-timestamp-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/Makefile.PL?rev=39055&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/Makefile.PL (original)
+++ trunk/libdbix-class-timestamp-perl/Makefile.PL Wed Jul  1 15:26:22 2009
@@ -14,6 +14,13 @@
 build_requires 'Time::HiRes';
 build_requires 'Time::Warp';
 
+postamble(<<"EOM") if $Module::Install::AUTHOR;
+t/sql/test.sqlite.sql: t/lib/DBIC/Test/Schema.pm t/lib/DBIC/Test/Schema/*.pm
+\t\$(MKPATH) t/sql
+\t\$(PERL) t/generate_schema.pl > \$@
+
+manifest : t/sql/test.sqlite.sql
+EOM
+
 auto_install;
 WriteAll;
-

Modified: trunk/libdbix-class-timestamp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/debian/changelog?rev=39055&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/debian/changelog (original)
+++ trunk/libdbix-class-timestamp-perl/debian/changelog Wed Jul  1 15:26:22 2009
@@ -1,3 +1,9 @@
+libdbix-class-timestamp-perl (0.12-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org>  Wed, 01 Jul 2009 17:25:36 +0200
+
 libdbix-class-timestamp-perl (0.11-1) unstable; urgency=low
 
   [ Salvatore Bonaccorso ]

Modified: trunk/libdbix-class-timestamp-perl/lib/DBIx/Class/TimeStamp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/lib/DBIx/Class/TimeStamp.pm?rev=39055&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/lib/DBIx/Class/TimeStamp.pm (original)
+++ trunk/libdbix-class-timestamp-perl/lib/DBIx/Class/TimeStamp.pm Wed Jul  1 15:26:22 2009
@@ -7,7 +7,7 @@
 
 use DateTime;
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 __PACKAGE__->load_components( qw/DynamicDefault InflateColumn::DateTime/ );
 




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