r64369 - in /trunk/libdbix-class-timestamp-perl: ./ debian/ debian/source/ inc/Module/ inc/Module/Install/ lib/DBIx/Class/ t/sql/

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Thu Oct 28 15:47:41 UTC 2010


Author: ansgar
Date: Thu Oct 28 15:47:18 2010
New Revision: 64369

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64369
Log:
IGNORE-VERSION: 0.14-1
* New upstream release (0.14).
* Bump build-dep on libdatetime-perl to >= 2:0.5500.
* debian/copyright: Formatting changes; refer to "Debian systems" instead of
  "Debian GNU/Linux systems"; refer to /usr/share/common-licenses/GPL-1.
* Use source format 3.0 (quilt).

Added:
    trunk/libdbix-class-timestamp-perl/debian/source/
    trunk/libdbix-class-timestamp-perl/debian/source/format
Modified:
    trunk/libdbix-class-timestamp-perl/Changes
    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/debian/control
    trunk/libdbix-class-timestamp-perl/debian/copyright
    trunk/libdbix-class-timestamp-perl/inc/Module/Install.pm
    trunk/libdbix-class-timestamp-perl/inc/Module/Install/AutoInstall.pm
    trunk/libdbix-class-timestamp-perl/inc/Module/Install/Base.pm
    trunk/libdbix-class-timestamp-perl/inc/Module/Install/Can.pm
    trunk/libdbix-class-timestamp-perl/inc/Module/Install/Fetch.pm
    trunk/libdbix-class-timestamp-perl/inc/Module/Install/Include.pm
    trunk/libdbix-class-timestamp-perl/inc/Module/Install/Makefile.pm
    trunk/libdbix-class-timestamp-perl/inc/Module/Install/Metadata.pm
    trunk/libdbix-class-timestamp-perl/inc/Module/Install/Win32.pm
    trunk/libdbix-class-timestamp-perl/inc/Module/Install/WriteAll.pm
    trunk/libdbix-class-timestamp-perl/lib/DBIx/Class/TimeStamp.pm
    trunk/libdbix-class-timestamp-perl/t/sql/test.sqlite.sql

Modified: trunk/libdbix-class-timestamp-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/Changes?rev=64369&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/Changes (original)
+++ trunk/libdbix-class-timestamp-perl/Changes Thu Oct 28 15:47:18 2010
@@ -1,4 +1,8 @@
 Revision history for DBIx::Class::TimeStamp
+
+0.14 2010-09-05 15:00:00
+    - Release with fixed-up Module::Install/META.yml
+    - Bump run-time dependencies to minimal usable level
 
 0.13 2010-05-21 18:20:00
     - Changing resolution of tests to not use seconds, RT #48385

Modified: trunk/libdbix-class-timestamp-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/META.yml?rev=64369&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/META.yml (original)
+++ trunk/libdbix-class-timestamp-perl/META.yml Thu Oct 28 15:47:18 2010
@@ -12,7 +12,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.42
 distribution_type: module
-generated_by: 'Module::Install version 0.97'
+generated_by: 'Module::Install version 1.00'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -23,15 +23,11 @@
     - inc
     - t
 requires:
-  Class::Accessor::Grouped: 0
-  DBIx::Class: 0
-  DBIx::Class::DynamicDefault: 0
-  DateTime: 0
-  DateTime::Format::MySQL: 0
-  DateTime::Format::SQLite: 0
-  Time::HiRes: 0
-  Time::Warp: 0
+  DBIx::Class: 0.08009
+  DBIx::Class::DynamicDefault: 0.03
+  DateTime: 0.55
+  perl: 5.8.1
 resources:
   license: http://dev.perl.org/licenses/
   repository: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class-TimeStamp/
-version: 0.13
+version: 0.14

Modified: trunk/libdbix-class-timestamp-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/Makefile.PL?rev=64369&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/Makefile.PL (original)
+++ trunk/libdbix-class-timestamp-perl/Makefile.PL Thu Oct 28 15:47:18 2010
@@ -1,18 +1,21 @@
-use inc::Module::Install;
+use inc::Module::Install 1.00;
 
+perl_version '5.008001';
 name 'DBIx-Class-TimeStamp';
 all_from 'lib/DBIx/Class/TimeStamp.pm';
 
-requires 'DateTime';
-requires 'DBIx::Class';
-requires 'DBIx::Class::DynamicDefault';
+requires 'DateTime'                     => 0.55;
+requires 'DBIx::Class'                  => 0.08009;
+requires 'DBIx::Class::DynamicDefault'  => 0.03;
 
-build_requires 'DateTime::Format::SQLite';
-build_requires 'DateTime::Format::MySQL';
+test_requires 'DateTime::Format::SQLite';
+test_requires 'Time::HiRes';
+test_requires 'Time::Warp';
 
-build_requires 'Class::Accessor::Grouped';
-build_requires 'Time::HiRes';
-build_requires 'Time::Warp';
+# legacy for old-ish DBICs
+test_requires 'DateTime::Format::MySQL'; 
+test_requires 'Class::Accessor::Grouped';
+
 
 resources 'license'     => 'http://dev.perl.org/licenses/';
 resources 'repository'  => 'http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class-TimeStamp/';

Modified: trunk/libdbix-class-timestamp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/debian/changelog?rev=64369&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/debian/changelog (original)
+++ trunk/libdbix-class-timestamp-perl/debian/changelog Thu Oct 28 15:47:18 2010
@@ -1,7 +1,6 @@
-libdbix-class-timestamp-perl (0.13-1) UNRELEASED; urgency=low
+libdbix-class-timestamp-perl (0.14-1) UNRELEASED; urgency=low
 
-  IGNORE-VERSION: 0.13-1
-  Only changes to test suite.
+  IGNORE-VERSION: 0.14-1
 
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
@@ -9,7 +8,14 @@
     permitted by Debian Policy 3.8.3).
   * Update my email address.
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Sat, 22 May 2010 16:42:22 +0900
+  [ Ansgar Burchardt ]
+  * New upstream release (0.14).
+  * Bump build-dep on libdatetime-perl to >= 2:0.5500.
+  * debian/copyright: Formatting changes; refer to "Debian systems" instead of
+    "Debian GNU/Linux systems"; refer to /usr/share/common-licenses/GPL-1.
+  * Use source format 3.0 (quilt).
+
+ -- Ansgar Burchardt <ansgar at debian.org>  Thu, 28 Oct 2010 17:38:21 +0200
 
 libdbix-class-timestamp-perl (0.12-1) unstable; urgency=low
 

Modified: trunk/libdbix-class-timestamp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/debian/control?rev=64369&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/debian/control (original)
+++ trunk/libdbix-class-timestamp-perl/debian/control Thu Oct 28 15:47:18 2010
@@ -5,7 +5,7 @@
 Build-Depends-Indep: libclass-accessor-grouped-perl,
   libdatetime-format-mysql-perl,
   libdatetime-format-sqlite-perl,  
-  libdatetime-perl,
+  libdatetime-perl (>= 2:0.5500),
   libdbix-class-perl,
   perl, 
   libdbix-class-dynamicdefault-perl,
@@ -23,7 +23,7 @@
 
 Package: libdbix-class-timestamp-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libdatetime-perl,
+Depends: ${misc:Depends}, ${perl:Depends}, libdatetime-perl (>= 2:0.5500),
   libdbix-class-perl, libdbix-class-dynamicdefault-perl
 Description: DBIx::Class extension to update and create date and time based fields
  DBIx::Class::TimeStamp works in conjunction with InflateColumn::DateTime to

Modified: trunk/libdbix-class-timestamp-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/debian/copyright?rev=64369&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/debian/copyright (original)
+++ trunk/libdbix-class-timestamp-perl/debian/copyright Thu Oct 28 15:47:18 2010
@@ -1,34 +1,35 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: J. Shirley <jshirley at gmail.com>
-Upstream-Source: http://search.cpan.org/dist/DBIx-Class-TimeStamp/
-Upstream-Name: DBIx-Class-TimeStamp
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: J. Shirley <jshirley at gmail.com>
+Source: http://search.cpan.org/dist/DBIx-Class-TimeStamp/
+Name: DBIx-Class-TimeStamp
 
 Files: *
 Copyright: 2009 J. Shirley <jshirley at gmail.com>
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: inc/*
-Copyright: © 2002 - 2009 by Brian Ingerson, Audrey Tang and Adam Kennedy
-License-Alias: Perl
-License: GPL-1+ | Artistic
+Copyright: 2002 - 2010 by Brian Ingerson, Audrey Tang and Adam Kennedy
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009, Brian Cassidy <brian.cassidy at gmail.com>
-           2009, various members of the Debian Perl Group, cf. debian/copyright
-License: Artistic | GPL-1+
+Copyright:
+ 2009, Brian Cassidy <brian.cassidy at gmail.com>
+ 2009, gregor herrmann <gregoa at debian.org>
+ 2009, Salvatore Bonaccorso <carnil at debian.org>
+License: Artistic or GPL-1+
 
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in `/usr/share/common-licenses/Artistic'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 1, or (at your option)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libdbix-class-timestamp-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/debian/source/format?rev=64369&op=file
==============================================================================
--- trunk/libdbix-class-timestamp-perl/debian/source/format (added)
+++ trunk/libdbix-class-timestamp-perl/debian/source/format Thu Oct 28 15:47:18 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libdbix-class-timestamp-perl/inc/Module/Install.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/inc/Module/Install.pm?rev=64369&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/inc/Module/Install.pm (original)
+++ trunk/libdbix-class-timestamp-perl/inc/Module/Install.pm Thu Oct 28 15:47:18 2010
@@ -22,7 +22,6 @@
 use Cwd        ();
 use File::Find ();
 use File::Path ();
-use FindBin;
 
 use vars qw{$VERSION $MAIN};
 BEGIN {
@@ -32,7 +31,7 @@
 	# This is not enforced yet, but will be some time in the next few
 	# releases once we can make sure it won't clash with custom
 	# Module::Install extensions.
-	$VERSION = '0.97';
+	$VERSION = '1.00';
 
 	# Storage for the pseudo-singleton
 	$MAIN    = undef;
@@ -231,7 +230,12 @@
 sub new {
 	my ($class, %args) = @_;
 
-	FindBin->again;
+	delete $INC{'FindBin.pm'};
+	{
+		# to suppress the redefine warning
+		local $SIG{__WARN__} = sub {};
+		require FindBin;
+	}
 
 	# ignore the prefix on extension modules built from top level.
 	my $base_path = Cwd::abs_path($FindBin::Bin);

Modified: trunk/libdbix-class-timestamp-perl/inc/Module/Install/AutoInstall.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/inc/Module/Install/AutoInstall.pm?rev=64369&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/inc/Module/Install/AutoInstall.pm (original)
+++ trunk/libdbix-class-timestamp-perl/inc/Module/Install/AutoInstall.pm Thu Oct 28 15:47:18 2010
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '0.97';
+	$VERSION = '1.00';
 	@ISA     = 'Module::Install::Base';
 	$ISCORE  = 1;
 }
@@ -48,6 +48,14 @@
     while (my ($mod, $ver) = splice(@requires, 0, 2)) {
         $seen{$mod}{$ver}++;
     }
+    my @build_requires = map @$_, map @$_, grep ref, $self->build_requires;
+    while (my ($mod, $ver) = splice(@build_requires, 0, 2)) {
+        $seen{$mod}{$ver}++;
+    }
+    my @configure_requires = map @$_, map @$_, grep ref, $self->configure_requires;
+    while (my ($mod, $ver) = splice(@configure_requires, 0, 2)) {
+        $seen{$mod}{$ver}++;
+    }
 
     my @deduped;
     while (my ($mod, $ver) = splice(@features_require, 0, 2)) {

Modified: trunk/libdbix-class-timestamp-perl/inc/Module/Install/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/inc/Module/Install/Base.pm?rev=64369&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/inc/Module/Install/Base.pm (original)
+++ trunk/libdbix-class-timestamp-perl/inc/Module/Install/Base.pm Thu Oct 28 15:47:18 2010
@@ -4,7 +4,7 @@
 use strict 'vars';
 use vars qw{$VERSION};
 BEGIN {
-	$VERSION = '0.97';
+	$VERSION = '1.00';
 }
 
 # Suspend handler for "redefined" warnings

Modified: trunk/libdbix-class-timestamp-perl/inc/Module/Install/Can.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/inc/Module/Install/Can.pm?rev=64369&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/inc/Module/Install/Can.pm (original)
+++ trunk/libdbix-class-timestamp-perl/inc/Module/Install/Can.pm Thu Oct 28 15:47:18 2010
@@ -9,7 +9,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '0.97';
+	$VERSION = '1.00';
 	@ISA     = 'Module::Install::Base';
 	$ISCORE  = 1;
 }

Modified: trunk/libdbix-class-timestamp-perl/inc/Module/Install/Fetch.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/inc/Module/Install/Fetch.pm?rev=64369&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/inc/Module/Install/Fetch.pm (original)
+++ trunk/libdbix-class-timestamp-perl/inc/Module/Install/Fetch.pm Thu Oct 28 15:47:18 2010
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '0.97';
+	$VERSION = '1.00';
 	@ISA     = 'Module::Install::Base';
 	$ISCORE  = 1;
 }

Modified: trunk/libdbix-class-timestamp-perl/inc/Module/Install/Include.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/inc/Module/Install/Include.pm?rev=64369&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/inc/Module/Install/Include.pm (original)
+++ trunk/libdbix-class-timestamp-perl/inc/Module/Install/Include.pm Thu Oct 28 15:47:18 2010
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '0.97';
+	$VERSION = '1.00';
 	@ISA     = 'Module::Install::Base';
 	$ISCORE  = 1;
 }

Modified: trunk/libdbix-class-timestamp-perl/inc/Module/Install/Makefile.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/inc/Module/Install/Makefile.pm?rev=64369&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/inc/Module/Install/Makefile.pm (original)
+++ trunk/libdbix-class-timestamp-perl/inc/Module/Install/Makefile.pm Thu Oct 28 15:47:18 2010
@@ -4,10 +4,11 @@
 use strict 'vars';
 use ExtUtils::MakeMaker   ();
 use Module::Install::Base ();
+use Fcntl qw/:flock :seek/;
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '0.97';
+	$VERSION = '1.00';
 	@ISA     = 'Module::Install::Base';
 	$ISCORE  = 1;
 }
@@ -364,9 +365,9 @@
 		. ($self->postamble || '');
 
 	local *MAKEFILE;
-	open MAKEFILE, "< $makefile_name" or die "fix_up_makefile: Couldn't open $makefile_name: $!";
+	open MAKEFILE, "+< $makefile_name" or die "fix_up_makefile: Couldn't open $makefile_name: $!";
+	eval { flock MAKEFILE, LOCK_EX };
 	my $makefile = do { local $/; <MAKEFILE> };
-	close MAKEFILE or die $!;
 
 	$makefile =~ s/\b(test_harness\(\$\(TEST_VERBOSE\), )/$1'inc', /;
 	$makefile =~ s/( -I\$\(INST_ARCHLIB\))/ -Iinc$1/g;
@@ -386,7 +387,8 @@
 	# XXX - This is currently unused; not sure if it breaks other MM-users
 	# $makefile =~ s/^pm_to_blib\s+:\s+/pm_to_blib :: /mg;
 
-	open  MAKEFILE, "> $makefile_name" or die "fix_up_makefile: Couldn't open $makefile_name: $!";
+	seek MAKEFILE, 0, SEEK_SET;
+	truncate MAKEFILE, 0;
 	print MAKEFILE  "$preamble$makefile$postamble" or die $!;
 	close MAKEFILE  or die $!;
 
@@ -410,4 +412,4 @@
 
 __END__
 
-#line 539
+#line 541

Modified: trunk/libdbix-class-timestamp-perl/inc/Module/Install/Metadata.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/inc/Module/Install/Metadata.pm?rev=64369&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/inc/Module/Install/Metadata.pm (original)
+++ trunk/libdbix-class-timestamp-perl/inc/Module/Install/Metadata.pm Thu Oct 28 15:47:18 2010
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '0.97';
+	$VERSION = '1.00';
 	@ISA     = 'Module::Install::Base';
 	$ISCORE  = 1;
 }
@@ -616,8 +616,15 @@
 	return $v;
 }
 
-
-
+sub add_metadata {
+    my $self = shift;
+    my %hash = @_;
+    for my $key (keys %hash) {
+        warn "add_metadata: $key is not prefixed with 'x_'.\n" .
+             "Use appopriate function to add non-private metadata.\n" unless $key =~ /^x_/;
+        $self->{values}->{$key} = $hash{$key};
+    }
+}
 
 
 ######################################################################

Modified: trunk/libdbix-class-timestamp-perl/inc/Module/Install/Win32.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/inc/Module/Install/Win32.pm?rev=64369&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/inc/Module/Install/Win32.pm (original)
+++ trunk/libdbix-class-timestamp-perl/inc/Module/Install/Win32.pm Thu Oct 28 15:47:18 2010
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '0.97';
+	$VERSION = '1.00';
 	@ISA     = 'Module::Install::Base';
 	$ISCORE  = 1;
 }

Modified: trunk/libdbix-class-timestamp-perl/inc/Module/Install/WriteAll.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/inc/Module/Install/WriteAll.pm?rev=64369&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/inc/Module/Install/WriteAll.pm (original)
+++ trunk/libdbix-class-timestamp-perl/inc/Module/Install/WriteAll.pm Thu Oct 28 15:47:18 2010
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '0.97';;
+	$VERSION = '1.00';
 	@ISA     = qw{Module::Install::Base};
 	$ISCORE  = 1;
 }

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=64369&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/lib/DBIx/Class/TimeStamp.pm (original)
+++ trunk/libdbix-class-timestamp-perl/lib/DBIx/Class/TimeStamp.pm Thu Oct 28 15:47:18 2010
@@ -7,7 +7,7 @@
 
 use DateTime;
 
-our $VERSION = '0.13';
+our $VERSION = '0.14';
 
 __PACKAGE__->load_components( qw/DynamicDefault InflateColumn::DateTime/ );
 

Modified: trunk/libdbix-class-timestamp-perl/t/sql/test.sqlite.sql
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/t/sql/test.sqlite.sql?rev=64369&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/t/sql/test.sqlite.sql (original)
+++ trunk/libdbix-class-timestamp-perl/t/sql/test.sqlite.sql Thu Oct 28 15:47:18 2010
@@ -1,9 +1,9 @@
 -- 
 -- Created by SQL::Translator::Producer::SQLite
--- Created on Fri May 21 18:23:10 2010
+-- Created on Sun Sep  5 17:00:32 2010
 -- 
 
-
+;
 BEGIN TRANSACTION;
 --
 -- Table: test




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