Fixup: A mistakenly moved BEGIN { was breaking things

This commit is contained in:
Brian Fraser
2012-07-11 15:04:50 -03:00
parent c012159989
commit bcc618ba5b

View File

@@ -17,9 +17,9 @@
# ###########################################################################
# Mo package
# ###########################################################################
BEGIN {
# Package: Mo
# Mo provides a miniature object system in the style of Moose and Moo.
BEGIN {
$INC{"Mo.pm"} = __FILE__;
package Mo;
our $VERSION = '0.30_Percona'; # Forked from 0.30 of Mo.