X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FReplicated%2FTypes.pm;h=0782a6edad7e11e421fb84b9cb0a14786d5ddacb;hb=a2bd379666d729133d65c85dc775627937084b18;hp=0fcb9b221f876e74a6de9cec1a004311d41cd979;hpb=3440100bc0455cf0e7ccbba03754a29ad26ec6d1;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Storage/DBI/Replicated/Types.pm b/lib/DBIx/Class/Storage/DBI/Replicated/Types.pm index 0fcb9b2..0782a6e 100644 --- a/lib/DBIx/Class/Storage/DBI/Replicated/Types.pm +++ b/lib/DBIx/Class/Storage/DBI/Replicated/Types.pm @@ -35,12 +35,4 @@ subtype Weight, where { $_ >= 0 }, message { 'weight must be a decimal greater than 0' }; -# AUTHOR -# -# John Napiorkowski -# -# LICENSE -# -# You may distribute this code under the same terms as Perl itself. - 1;