From: Gordon Irving Date: Sun, 17 Jan 2010 22:54:15 +0000 (+0000) Subject: remove comment headers X-Git-Tag: v0.08119~9^2~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=844c21c349cbf1111e5d2029985240b841ccd21d;p=dbsrgits%2FDBIx-Class.git remove comment headers --- diff --git a/lib/DBIx/Class/Admin.pm b/lib/DBIx/Class/Admin.pm index 213dae0..545b826 100644 --- a/lib/DBIx/Class/Admin.pm +++ b/lib/DBIx/Class/Admin.pm @@ -1,19 +1,3 @@ -# -#=============================================================================== -# -# FILE: Admin.pm -# -# DESCRIPTION: Administrative functions for DBIx::Class Schemata -# -# FILES: --- -# BUGS: --- -# NOTES: --- -# AUTHOR: Gordon Irving (), -# VERSION: 1.0 -# CREATED: 28/11/09 12:27:15 GMT -# REVISION: --- -#=============================================================================== - package DBIx::Class::Admin; use Moose; diff --git a/t/admin/01load.t b/t/admin/01load.t index 4f19494..0b5d802 100644 --- a/t/admin/01load.t +++ b/t/admin/01load.t @@ -1,19 +1,3 @@ -# -#=============================================================================== -# -# FILE: 01load.t -# -# DESCRIPTION: -# -# FILES: --- -# BUGS: --- -# NOTES: --- -# AUTHOR: Gordon Irving (), -# VERSION: 1.0 -# CREATED: 28/11/09 13:54:30 GMT -# REVISION: --- -#=============================================================================== - use strict; use warnings; diff --git a/t/admin/02ddl.t b/t/admin/02ddl.t index 8191b50..fb0f74c 100644 --- a/t/admin/02ddl.t +++ b/t/admin/02ddl.t @@ -1,19 +1,3 @@ -# -#=============================================================================== -# -# FILE: 02admin..t -# -# DESCRIPTION: -# -# FILES: --- -# BUGS: --- -# NOTES: --- -# AUTHOR: Gordon Irving (), -# VERSION: 1.0 -# CREATED: 28/11/09 16:14:21 GMT -# REVISION: --- -#=============================================================================== - use strict; use warnings; diff --git a/t/admin/03data.t b/t/admin/03data.t index 8251be1..3bbdcc5 100644 --- a/t/admin/03data.t +++ b/t/admin/03data.t @@ -1,19 +1,3 @@ -# -#=============================================================================== -# -# FILE: 03sql.t -# -# DESCRIPTION: test sql manipulation funtions -# -# FILES: --- -# BUGS: --- -# NOTES: --- -# AUTHOR: Gordon Irving (), -# VERSION: 1.0 -# CREATED: 12/12/09 12:44:57 GMT -# REVISION: --- -#=============================================================================== - use strict; use warnings;