gitpan-cpan-distribution: CatalystX-REPL gitpan-cpan-version: 0.04 gitpan-cpan-path: FLORA/CatalystX-REPL-0.04.tar.gz gitpan-cpan-author: FLORA gitpan-cpan-maturity: released
13 lines
123 B
Perl
13 lines
123 B
Perl
package TestApp;
|
|
our $VERSION = '0.04';
|
|
|
|
|
|
use Moose;
|
|
|
|
extends 'Catalyst';
|
|
with 'CatalystX::REPL';
|
|
|
|
__PACKAGE__->setup;
|
|
|
|
1;
|