Remove unused variables and module import
Dagfinn Ilmari Mannsåker [Wed, 8 Aug 2012 12:01:41 +0000 (13:01 +0100)]
lib/SQL/Translator/Schema/Constraint.pm
lib/SQL/Translator/Schema/Field.pm
lib/SQL/Translator/Schema/Index.pm
lib/SQL/Translator/Schema/Trigger.pm
lib/SQL/Translator/Schema/View.pm

index e4f3a9d..1e7ab9f 100644 (file)
@@ -36,8 +36,6 @@ with qw(
   SQL::Translator::Schema::Role::Compare
 );
 
- our ( $TABLE_COUNT, $VIEW_COUNT );
-
 our $VERSION = '1.59';
 
 my %VALID_CONSTRAINT_TYPE = (
index 2443505..f9610ff 100644 (file)
@@ -34,8 +34,6 @@ with qw(
   SQL::Translator::Schema::Role::Compare
 );
 
-our ( $TABLE_COUNT, $VIEW_COUNT );
-
 our $VERSION = '1.59';
 
 # Stringify to our name, being careful not to pass any args through so we don't
index ae8313e..0d8a016 100644 (file)
@@ -38,8 +38,6 @@ with qw(
   SQL::Translator::Schema::Role::Compare
 );
 
-our ( $TABLE_COUNT, $VIEW_COUNT );
-
 our $VERSION = '1.59';
 
 my %VALID_INDEX_TYPE = (
index 419effd..a82e306 100644 (file)
@@ -40,10 +40,6 @@ with qw(
   SQL::Translator::Schema::Role::Compare
 );
 
-use Carp;
-
-our ( $TABLE_COUNT, $VIEW_COUNT );
-
 our $VERSION = '1.59';
 
 =head2 new
index 6da6b95..6e2861e 100644 (file)
@@ -35,8 +35,6 @@ with qw(
   SQL::Translator::Schema::Role::Compare
 );
 
-our ( $TABLE_COUNT, $VIEW_COUNT );
-
 our $VERSION = '1.59';
 
 =head2 new