Unbreak devrel version checks
authorPeter Rabbitson <ribasushi@cpan.org>
Wed, 24 Apr 2013 03:31:55 +0000 (05:31 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Wed, 24 Apr 2013 04:41:18 +0000 (06:41 +0200)
commitb1dbf7164ee06fa23aef5a799dd57df0357514ba
tree945f802df236a812276a9b03ebfcfb4f099c015e
parent735f190ce9798b79ae0608b62087cdd1d3c0b47e
Unbreak devrel version checks

One needs to supply the literal (string) value of a devrel to VERSION()
otherwise the checks fail. However in this case 5.8 emits annoying warnings.
Abstract the whole insanity in a neatish util function and use that.
lib/DBIx/Class/Storage/DBI/ODBC.pm
lib/DBIx/Class/Storage/DBI/SQLite.pm
lib/DBIx/Class/_Util.pm [new file with mode: 0644]
maint/Makefile.PL.inc/21_meta_noindex.pl
t/55namespaces_cleaned.t
t/752sqlite.t
xt/podcoverage.t