do not include .git directory
[catagits/Reaction.git] / lib / Reaction / Manual / Clipboard.pod
index 8a810df..eb92f50 100644 (file)
@@ -64,7 +64,7 @@ One way to achive that is to do the following:
     
     has 'name' => (isa => 'Str', required => 1, rw => 1);
     
-    use namespace::clean -except => [ 'meta' ];
+    use namespace::autoclean;
     
     __PACKAGE__->load_components(qw(Core));
     __PACKAGE__->table('bar');