1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.032.
Changes
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
dist.ini
lib/App/Cmd.pm
lib/App/Cmd/ArgProcessor.pm
lib/App/Cmd/Command.pm
lib/App/Cmd/Command/commands.pm
lib/App/Cmd/Command/help.pm
lib/App/Cmd/Command/version.pm
lib/App/Cmd/Plugin.pm
lib/App/Cmd/Setup.pm
lib/App/Cmd/Simple.pm
lib/App/Cmd/Subdispatch.pm
lib/App/Cmd/Subdispatch/DashedStyle.pm
lib/App/Cmd/Tester.pm
lib/App/Cmd/Tester/CaptureExternal.pm
lib/App/Cmd/Tutorial.pod
t/00-load.t
t/00-report-prereqs.dd
t/00-report-prereqs.t
t/abbrev.t
t/basic.t
t/callback.t
t/capture-ext.t
t/lib/Test/BrokenCmd.pm
t/lib/Test/BrokenCmd/Command.pm
t/lib/Test/IgnoreCommand.pm
t/lib/Test/IgnoreCommand/Command.pm
t/lib/Test/MyCmd.pm
t/lib/Test/MyCmd/Command/exit.pm
t/lib/Test/MyCmd/Command/frobulate.pm
t/lib/Test/MyCmd/Command/hello.pm
t/lib/Test/MyCmd/Command/justusage.pm
t/lib/Test/MyCmd/Command/savargs.pm
t/lib/Test/MyCmd/Command/stock.pm
t/lib/Test/MyCmd2.pm
t/lib/Test/MyCmd2/Command/foo.pm
t/lib/Test/MyCmd2/Command/foo/bar.pm
t/lib/Test/MyCmdAbbrev.pm
t/lib/Test/MyCmdAbbrev/Command/bar.pm
t/lib/Test/MyCmdAbbrev/Command/baz.pm
t/lib/Test/MyCmdAbbrev/Command/foo.pm
t/lib/Test/MySimple.pm
t/lib/Test/WSNCC.pm
t/lib/Test/WSNCC/Command/blort.pm
t/lib/Test/WSOF.pm
t/lib/Test/WithCallback.pm
t/lib/Test/WithCallback/Command/lol.pm
t/lib/Test/WithSetup.pm
t/lib/Test/WithSetup/Command.pm
t/lib/Test/WithSetup/Command/alfie.pm
t/lib/Test/WithSetup/Command/bertie.pm
t/lib/Test/XyzzyPlugin.pm
t/lib/lol.pl
t/setup-broken.t
t/setup-ignored.t
t/setup-inner.t
t/setup-nocmd.t
t/setup.t
t/simple-args.t
t/simple-help.t
t/simple-require.t
t/simple-use.t
t/simple-version.t
t/subdispatch.t
t/tester-exit.helper.pl
t/tester-exit.t
t/version.t
xt/author/pod-syntax.t
xt/release/changes_has_content.t
|