Make Mo add itself to %INC

This commit is contained in:
Brian Fraser
2012-07-11 12:25:54 -03:00
parent 1a217a1eec
commit c012159989

View File

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