turn 'use vars' into 'our'
authorJustin Hunter <justin.d.hunter@gmail.com>
Mon, 9 May 2011 20:14:31 +0000 (13:14 -0700)
committerArthur Axel 'fREW' Schmidt <frioux@gmail.com>
Tue, 10 May 2011 03:53:12 +0000 (22:53 -0500)
commitf9cc85ce4c60c87d559247e28fe9a5f2ec18992c
tree64cf7110e6aa8498de0c1edb4507c992e5c2c668
parentb4ad8a74b2a7d41e0089af9514bf82753e9faf7a
turn 'use vars' into 'our'
move the $VERSION up to the top of DBIx/Class.pm to aid in version detection
(things like Module::Metadata find the $VERSION string and base it on the last package statement it has seen, not knowing that } 'ends' the package)
lib/DBIx/Class.pm
lib/SQL/Translator/Parser/DBIx/Class.pm
lib/SQL/Translator/Producer/DBIx/Class/File.pm
t/cdbi/12-filter.t
t/cdbi/testlib/MyBase.pm