diff Lib/IMPL/Class/Meta.pm @ 173:aaab45153411

minor bugfixes
author sourcer
date Wed, 14 Sep 2011 18:59:01 +0400
parents 59e5fcb59d86
children d1676be8afcc
line wrap: on
line diff
--- a/Lib/IMPL/Class/Meta.pm	Mon Jun 20 23:42:44 2011 +0400
+++ b/Lib/IMPL/Class/Meta.pm	Wed Sep 14 18:59:01 2011 +0400
@@ -1,7 +1,7 @@
 package IMPL::Class::Meta;
 use strict;
 
-use Clone qw(clone);
+use IMPL::clone qw(clone);
 
 my %class_meta;
 my %class_data;