Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Catalyst-View-JavaScript-Minifier-XS CPAN distribution.

Report information
The Basics
Id: 49034
Status: resolved
Priority: 0/
Queue: Catalyst-View-JavaScript-Minifier-XS

People
Owner: Nobody in particular
Requestors: frioux [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: new method throws errors
Your new method can entirely be replaced with this: __PACKAGE__->config(stash_variable => 'js', path => 'js', subinclude => 0); Also you can remove: use NEXT; use Carp; use Data::Dump; use Catalyst::Exception; # I think