$obj->new_with_config will cause the old configfile to be passed through
Karen Etheridge [Tue, 19 Mar 2013 23:39:31 +0000 (16:39 -0700)]
lib/MooseX/ConfigFromFile.pm

index 5fa8cac..cd6cfdf 100644 (file)
@@ -35,7 +35,7 @@ sub new_with_config {
     else {
         # This would only succeed if the consumer had defined a new configfile
         # sub to override the generated reader - as suggested in old
-        # documentation
+        # documentation -- or if $class is an instance not a class name
         $configfile = try { $class->configfile };
 
         # this is gross, but since a lot of users have swapped in their own