cleaned out unneeded test packages
Jason M. Mills [Thu, 20 Nov 2008 15:30:48 +0000 (15:30 +0000)]
t/lib/DBICNSTest/RtBug41083/ResultSet/A.pm [deleted file]
t/lib/DBICNSTest/RtBug41083/Schema/A.pm [deleted file]
t/lib/DBICNSTest/RtBug41083/Schema/A/Sub.pm [deleted file]

diff --git a/t/lib/DBICNSTest/RtBug41083/ResultSet/A.pm b/t/lib/DBICNSTest/RtBug41083/ResultSet/A.pm
deleted file mode 100644 (file)
index d8bfa35..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-package DBICNSTest::RtBug41083::ResultSet::A;
-use strict;
-use warnings;
-use base 'DBICNSTest::RtBug41083::ResultSet';
-1;
diff --git a/t/lib/DBICNSTest/RtBug41083/Schema/A.pm b/t/lib/DBICNSTest/RtBug41083/Schema/A.pm
deleted file mode 100644 (file)
index f26fb19..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-package DBICNSTest::RtBug41083::Schema::A;
-use strict;
-use warnings;
-use base 'DBIx::Class';
-__PACKAGE__->load_components('Core');
-__PACKAGE__->table('a');
-__PACKAGE__->add_columns('a');
-1;
diff --git a/t/lib/DBICNSTest/RtBug41083/Schema/A/Sub.pm b/t/lib/DBICNSTest/RtBug41083/Schema/A/Sub.pm
deleted file mode 100644 (file)
index c18de2d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-package DBICNSTest::RtBug41083::Schema::A::Sub;
-use strict;
-use warnings;
-use base 'DBICNSTest::RtBug41083::Schema::A';
-1;