File: bar.pm

package info (click to toggle)
libapp-cmd-perl 0.340-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 556 kB
  • sloc: perl: 1,927; makefile: 8; sh: 3
file content (9 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
package Test::MyCmd2::Command::foo::bar;
use parent qw/App::Cmd::Command/;

use constant opt_spec => (
  [ foo => "lefoo" ],
);

1;