On 10/23/2012 05:49 PM, Eric Wilhelm wrote:
> 
> I get `Can't use string ("Module::Build::Custom") as a HASH ref...` 
> (perl 5.10 shiny feature: tells you the string.)  Note that the cookbook 
> example says `$class->new(...)->create_build_script` and your code 
> essentially says `$class->new(...); $class->create_build_script`, which 
> loses the newly constructed object and tries to call an object method on 
> a class.

Thanks, Eric.  That fixed the error.
-- 
Boyd Duffee             Keele University    (01782) 734225
Student Facing Systems
  Life is like an analogy.

Reply via email to