File: App.pm

package info (click to toggle)
libpoet-perl 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 636 kB
  • ctags: 123
  • sloc: perl: 2,292; makefile: 10; sql: 6; sh: 4
file content (9 lines) | stat: -rw-r--r-- 133 bytes parent folder | download
1
2
3
4
5
6
7
8
9
package Poet::App;
$Poet::App::VERSION = '0.15';
use Moose;

extends qw(MooseX::App::Cmd);

__PACKAGE__->meta->make_immutable();

1;