[Bast-commits] r3877 - in DBIx-Class-QueryLog/1.0/trunk: . lib/DBIx/Class

gphat at dev.catalyst.perl.org gphat at dev.catalyst.perl.org
Wed Nov 14 13:13:27 GMT 2007


Author: gphat
Date: 2007-11-14 13:13:26 +0000 (Wed, 14 Nov 2007)
New Revision: 3877

Added:
   DBIx-Class-QueryLog/1.0/trunk/MANIFEST.SKIP
Modified:
   DBIx-Class-QueryLog/1.0/trunk/Changes
   DBIx-Class-QueryLog/1.0/trunk/MANIFEST
   DBIx-Class-QueryLog/1.0/trunk/lib/DBIx/Class/QueryLog.pm
Log:
Repackaging...


Modified: DBIx-Class-QueryLog/1.0/trunk/Changes
===================================================================
--- DBIx-Class-QueryLog/1.0/trunk/Changes	2007-11-14 00:08:52 UTC (rev 3876)
+++ DBIx-Class-QueryLog/1.0/trunk/Changes	2007-11-14 13:13:26 UTC (rev 3877)
@@ -1,5 +1,8 @@
 Revision history for DBIx-Class-QueryLog
 
+1.0.3
+    Repackaged.
+
 1.0.2
     Added passthrough option to get queries printing to debugfh like normal (ash)
 

Modified: DBIx-Class-QueryLog/1.0/trunk/MANIFEST
===================================================================
--- DBIx-Class-QueryLog/1.0/trunk/MANIFEST	2007-11-14 00:08:52 UTC (rev 3876)
+++ DBIx-Class-QueryLog/1.0/trunk/MANIFEST	2007-11-14 13:13:26 UTC (rev 3877)
@@ -1,12 +1,23 @@
 Changes
-MANIFEST
-META.yml # Will be created by "make dist"
-Makefile.PL
-README
+inc/Module/AutoInstall.pm
+inc/Module/Install.pm
+inc/Module/Install/AutoInstall.pm
+inc/Module/Install/Base.pm
+inc/Module/Install/Can.pm
+inc/Module/Install/Fetch.pm
+inc/Module/Install/Include.pm
+inc/Module/Install/Makefile.pm
+inc/Module/Install/Metadata.pm
+inc/Module/Install/Win32.pm
+inc/Module/Install/WriteAll.pm
 lib/DBIx/Class/QueryLog.pm
 lib/DBIx/Class/QueryLog/Analyzer.pm
 lib/DBIx/Class/QueryLog/Query.pm
 lib/DBIx/Class/QueryLog/Transaction.pm
+Makefile.PL
+MANIFEST
+META.yml			# Will be created by "make dist"
+README
 t/00-load.t
 t/01-quickies.t
 t/02-analyzer.t

Added: DBIx-Class-QueryLog/1.0/trunk/MANIFEST.SKIP
===================================================================
--- DBIx-Class-QueryLog/1.0/trunk/MANIFEST.SKIP	                        (rev 0)
+++ DBIx-Class-QueryLog/1.0/trunk/MANIFEST.SKIP	2007-11-14 13:13:26 UTC (rev 3877)
@@ -0,0 +1,48 @@
+# Avoid version control files.
+\bRCS\b
+\bCVS\b
+,v$
+\B\.svn\b
+
+# Avoid Makemaker generated and utility files.
+\bMakefile$
+\bblib
+\bMakeMaker-\d
+\bpm_to_blib$
+\bblibdirs$
+^MANIFEST\.SKIP$
+
+# for developers only :)
+^TODO$
+^VERSIONING\.SKETCH$
+
+# Avoid Module::Build generated and utility files.
+\bBuild$
+\b_build
+
+# Avoid temp and backup files.
+~$
+\.tmp$
+\.old$
+\.bak$
+\..*?\.sw[po]$
+\#$
+\b\.#
+
+# avoid OS X finder files
+\.DS_Store$
+
+# Don't ship the test db
+^t/var
+
+# Don't ship the last dist we built :)
+\.tar\.gz$
+
+# Skip maint stuff
+^maint/
+
+# Avoid copies to .orig
+\.orig$
+
+# Dont use Module::Build anymore
+^Build.PL$

Modified: DBIx-Class-QueryLog/1.0/trunk/lib/DBIx/Class/QueryLog.pm
===================================================================
--- DBIx-Class-QueryLog/1.0/trunk/lib/DBIx/Class/QueryLog.pm	2007-11-14 00:08:52 UTC (rev 3876)
+++ DBIx-Class-QueryLog/1.0/trunk/lib/DBIx/Class/QueryLog.pm	2007-11-14 13:13:26 UTC (rev 3877)
@@ -18,11 +18,11 @@
 
 =head1 VERSION
 
-Version 1.0.2
+Version 1.0.3
 
 =cut
 
-our $VERSION = '1.0.2';
+our $VERSION = '1.0.3';
 
 =head1 SYNOPSIS
 




More information about the Bast-commits mailing list