The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.03 - 2008-10-22

  • Added: attribute trait:
    • lib/MooseX/Role/Cmd/Meta/Attribute/Trait.pm
  • Added: tests and test/lib
    • t/lib/Test/Cmd/Dir.pm
    • t/lib/Test/Cmd/DirWithTraits.pm
    • t/traits.t
  • Changed: lib/MooseX/Role/Cmd.pm
    • Added the attribute trait
    • Added extra logic to decide how to call args '--verbose' or '-v'
    • Can also use the CmdOpt trait to explicitly specify the prefix '-verbose'
    • Added methods:
      • cmd_args()
      • _attr_name_to_cmd_options()

Modules

Wrap system command binaries the Moose way
Optional meta attribute trait for custom option names