* use $^X instead of assuming /usr/bin/perl
authorJustin Hunter <justin.d.hunter@gmail.com>
Tue, 14 Apr 2009 17:28:10 +0000 (17:28 +0000)
committerJustin Hunter <justin.d.hunter@gmail.com>
Tue, 14 Apr 2009 17:28:10 +0000 (17:28 +0000)
commit17ca645f6cdce7d820237ec8846e505b5c9a1efc
treeb6885dc65190a639f57960e9f45bcf49d09f2b3b
parent632cb26f19b2f1250f45fcb9029d4a9259ae282b
 * use $^X instead of assuming /usr/bin/perl
 * give ./script/dbicdump the same @INC as tests
 * create My::ResultBaseClass and My::SchemaBaseClass for tests
 * make result_base_class and schema_base_class valid options
 * move the reading of custom content above the opening of the file for writing
lib/DBIx/Class/Schema/Loader.pm
lib/DBIx/Class/Schema/Loader/Base.pm
t/23dumpmore.t
t/lib/My/ResultBaseClass.pm [new file with mode: 0644]
t/lib/My/SchemaBaseClass.pm [new file with mode: 0644]