File: CmdlineArgs.pm

package info (click to toggle)
libmoosex-runnable-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 396 kB
  • sloc: perl: 1,034; sh: 6; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
package MooseX::Runnable::Invocation::Plugin::Role::CmdlineArgs;

our $VERSION = '0.10';

use Moose::Role;
use namespace::autoclean;

requires '_build_initargs_from_cmdline';

1;