[Catalyst] Why does the installer include the 'xt' directory
    Robert Rothenberg 
    robrwo at gmail.com
       
    Tue Jul 24 18:14:34 GMT 2012
    
    
  
On 24/07/12 18:34 Bill Moseley wrote:
> 
> 
> On Tue, Jul 24, 2012 at 9:35 AM, Robert Rothenberg <robrwo at gmail.com
> <mailto:robrwo at gmail.com>> wrote:
>  
> 
>     > Try this:
>     >
>     >
>     http://search.cpan.org/~bobtfish/Catalyst-Devel-1.37/lib/Module/Install/Catalyst.pm#catalyst_ignore(@ignore)
> 
> 
> Maybe run "make distclean" first?
> 
> You are calling catalyst_ignore before calling catalyst in your Makefile.PL?
> 
> If those are done then this always works.. :)
> 
> vim $(perldoc -l Module::Install::Catalyst)
Ok. Silly cause of the problem. The documentation says it is a regex, rather
than a file glob. Changing it from '.*[.]t$' to '*.t' seems to work.
    
    
More information about the Catalyst
mailing list