remove dependency on File::Slurp
authorRafael Kitover <rkitover@cpan.org>
Wed, 28 Sep 2011 19:31:02 +0000 (15:31 -0400)
committerRafael Kitover <rkitover@cpan.org>
Wed, 28 Sep 2011 19:31:02 +0000 (15:31 -0400)
commita79e11896d6d1d70842c432cde8830ded06568ce
treeb25a508a1edac8da3856008e83e02b42a7f30a93
parent2db2c8982208e6d6e74bd673158277cdabd5c2a1
remove dependency on File::Slurp

The current version of File::Slurp has a "use 5.6.2;" statement. This
throws a warning on perl 5.10.0 which breaks some of our tests. The
statement should be "use 5.006002;".

My attempts to contact the author, Uri Guttman were not successful.

As we have our own convenience method 'slurp_file' in ::Utils now, there
is little need to depend on File::Slurp anymore anyway.

For these reasons the dependency has been removed.
Changes
Makefile.PL
lib/DBIx/Class/Schema/Loader/Utils.pm
t/25backcompat.t
t/30_01comments.t
t/30_02bad_comment_table.t
t/30_03no_comment_table.t