Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-App-Cmd-0.337.0-bp160.1.1 RPM for noarch

From OpenSuSE Leap 16.0 for noarch

Name: perl-App-Cmd Distribution: SUSE Linux Enterprise 16
Version: 0.337.0 Vendor: openSUSE
Release: bp160.1.1 Build date: Tue Dec 31 06:30:40 2024
Group: Unspecified Build host: reproducible
Size: 174843 Source RPM: perl-App-Cmd-0.337.0-bp160.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/App-Cmd
Summary: Write command line apps with less suffering
App::Cmd is intended to make it easy to write complex command-line
applications without having to think about most of the annoying things
usually involved.

For information on how to start using App::Cmd, see App::Cmd::Tutorial.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Tue Dec 31 2024 Tina Müller <timueller+perl@suse.de>
  - updated to 0.337.0 (0.337)
    see /usr/share/doc/packages/perl-App-Cmd/Changes
    0.337     2024-12-30 17:58:25-05:00 America/New_York
    - improve how overriding getopt_conf interacts with unknown options
* Fri Mar 08 2024 Tina Müller <tina.mueller@suse.com>
  - Fix disabling of __perllib_provides
* Tue Sep 05 2023 Tina Müller <timueller+perl@suse.de>
  - updated to 0.336
    see /usr/share/doc/packages/perl-App-Cmd/Changes
    0.336     2023-08-26 11:07:01-04:00 America/New_York
    - allow getopt_conf to be provided by user (thanks, Michael McClimon!)
    - add "--version" to Simple commands (thanks, Diab Jerius!)
    - don't point to Plugin docs when they don't exist (thanks, Sawyer!)
* Sun Jan 01 2023 Tina Müller <timueller+perl@suse.de>
  - updated to 0.335
    see /usr/share/doc/packages/perl-App-Cmd/Changes
    0.335     2022-12-31 17:00:35-05:00 America/New_York
    - update author contact info
* Sun Jun 20 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 0.334
    see /usr/share/doc/packages/perl-App-Cmd/Changes
    0.334     2021-06-18 22:14:14-04:00 America/New_York
    - add a perl-support block to docs
    - update author contact info
* Mon Mar 15 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 0.333
    see /usr/share/doc/packages/perl-App-Cmd/Changes
    0.333     2021-03-14 15:45:02-04:00 America/New_York
    - dial back required perl to v5.20.0
    0.332     2021-03-12 21:25:38-05:00 America/New_York
    - bump up minimum required perl to the one from 5yr ago
    - make some tests laxer to prep for changes in Getopt::Long::Descriptive
    - the App::Cmd object is constructed and blessed in new before _command
      is called on it (thanks, Lucas Theisen)
* Mon Jul 18 2016 coolo@suse.com
  - updated to 0.331
    see /usr/share/doc/packages/perl-App-Cmd/Changes
    0.331     2016-07-17 15:56:11-04:00 America/New_York
    - documentation improvements (thanks, Davor Cubranic!)
* Sat Oct 24 2015 coolo@suse.com
  - updated to 0.330
    see /usr/share/doc/packages/perl-App-Cmd/Changes
    0.330     2015-10-23 23:21:35-04:00 America/New_York
    - do not add "--help" to global opt spec twice (oops!)
* Sat Oct 10 2015 coolo@suse.com
  - updated to 0.329
    see /usr/share/doc/packages/perl-App-Cmd/Changes
    0.329     2015-10-07 13:01:34-04:00 America/New_York
    - bump required version of Pod::Usage
* Fri Sep 04 2015 coolo@suse.com
  - updated to 0.328
    see /usr/share/doc/packages/perl-App-Cmd/Changes
    0.328     2015-09-03 20:37:50-04:00 America/New_York
    - get command description from Pod by default (Jakob Voss)
    - add a "--help" option to all commands by default (Jakob Voss)
    - add "command_groups" to group commands in listing (Jakob Voss)
    - fix the handling of "exit" in App::Cmd::Tester (Matthew Astley)
    - add 'show_version_cmd' option to enable display of 'version'
      command in command list. (John Anderson)
    - minor documentation improvements (Alberto Simões, rjbs)
* Tue Apr 14 2015 coolo@suse.com
  - updated to 0.327
    see /usr/share/doc/packages/perl-App-Cmd/Changes
    0.327     2015-02-23 20:05:00-05:00 America/New_York
    - fix behavior of default command under subdispatch (thanks, Stephen
      Caldwell and Diab Jerius!)
    - simplify help and commands commands (thanks, Sergey Romanov)
    - drop some advice that we didn't feel great about (thanks, Karen
      Etheridge)
    0.326     2014-11-30 08:48:29-05:00 America/New_York
      fix the path fix because it was broken by a related fix in EUMM
    0.325     2014-11-29 20:48:34-05:00 America/New_York
      fix a path-related test failure on Win32 (thanks, A. Sinan Unur!)
    0.324     2014-10-20 18:22:25-04:00 America/New_York
      note that `cmd help` can take a subcommand in `cmd help help`
* Mon Dec 09 2013 coolo@suse.com
  - updated to 0.323
      fall back to "(unknown)" for command abstract in more cases (thanks,
      Jakob Voss!)
* Mon Nov 25 2013 coolo@suse.com
  - updated to 0.322
      require a newer Getopt::Long to avoid --version conflicts
      avoiding getting [undef] in argument list in Simple apps
      add --version support via version command (thanks, Jakob Voss!)
  - remove outdated perl-App-Cmd-old_Test-More.patch
* Mon Jun 03 2013 coolo@suse.com
  - updated to 0.320
      when answering "Unknown subcommand," the commands list is sent ot
      STDERR (#75652)
      tests for using Params::Validate callback and not getting nasty stack
      trace (thanks, Adam Prime)
      Enable --help option for App::Cmd::Simple (thanks, Ryan Thompson!)
      add the ability to ignore non-commands (Thanks, Kent Fredric!)
      many improvements to tutorial (thanks, mokko!)
* Mon May 28 2012 coolo@suse.com
  - updated to 0.318
      App::Cmd::Tester treats undef code as 0 now (thanks, David Golden)
      piles of documentation improvement also by David Golden
* Sat Mar 31 2012 coolo@suse.com
  - updated to 0.317
      App::Cmd::Tester now reports exit code 1 for unknown commands, as
      App::Cmd would exit(1) in that case; addresses
      https://rt.cpan.org/Public/Bug/Display.html?id=73084 reported by
      David Golden
* Tue Feb 21 2012 coolo@suse.com
  - updated to 0.316
      fix the test of "echo" on Win32 (thanks, Chris Williams)
      totally worthless release made by mistake
      adds App::Cmd::Tester::CaptureExternal to capture output from
      external subcommands (thanks, David Golden)
      if there's no Pod =head1 NAME, a Pod::Weaver-esque #ABSTRACT will be
      respected (thanks, Andreas Hernitscheck)
      don't load Text::Abbrev until it's needed (thanks, Olivier Mengué)
* Sat Nov 19 2011 coolo@suse.com
  - update to 0.312
      typo fixes to docs (thanks, Glenn Fowler)
      add the prepare_argv method (thanks, Ingy döt Net)
* Sat Jun 04 2011 lars@linux-schulserver.de
  - fix build on distributions with old Test::More module
    ( perl-App-Cmd-old_Test-More.patch )
  - add Test::More >= 0.88 to buildrequires
* Wed Apr 06 2011 coolo@novell.com
  - updated to 0.311
      require the correct version of Getopt::Long::Descriptive (thanks,
      Glen Hinkle)
* Wed Dec 29 2010 pascal.bleser@opensuse.org
  - initial version (0.310)

Files

/usr/lib/perl5/vendor_perl/5.42.0/App
/usr/lib/perl5/vendor_perl/5.42.0/App/Cmd
/usr/lib/perl5/vendor_perl/5.42.0/App/Cmd.pm
/usr/lib/perl5/vendor_perl/5.42.0/App/Cmd/ArgProcessor.pm
/usr/lib/perl5/vendor_perl/5.42.0/App/Cmd/Command
/usr/lib/perl5/vendor_perl/5.42.0/App/Cmd/Command.pm
/usr/lib/perl5/vendor_perl/5.42.0/App/Cmd/Command/commands.pm
/usr/lib/perl5/vendor_perl/5.42.0/App/Cmd/Command/help.pm
/usr/lib/perl5/vendor_perl/5.42.0/App/Cmd/Command/version.pm
/usr/lib/perl5/vendor_perl/5.42.0/App/Cmd/Plugin.pm
/usr/lib/perl5/vendor_perl/5.42.0/App/Cmd/Setup.pm
/usr/lib/perl5/vendor_perl/5.42.0/App/Cmd/Simple.pm
/usr/lib/perl5/vendor_perl/5.42.0/App/Cmd/Subdispatch
/usr/lib/perl5/vendor_perl/5.42.0/App/Cmd/Subdispatch.pm
/usr/lib/perl5/vendor_perl/5.42.0/App/Cmd/Subdispatch/DashedStyle.pm
/usr/lib/perl5/vendor_perl/5.42.0/App/Cmd/Tester
/usr/lib/perl5/vendor_perl/5.42.0/App/Cmd/Tester.pm
/usr/lib/perl5/vendor_perl/5.42.0/App/Cmd/Tester/CaptureExternal.pm
/usr/lib/perl5/vendor_perl/5.42.0/App/Cmd/Tutorial.pod
/usr/share/doc/packages/perl-App-Cmd
/usr/share/doc/packages/perl-App-Cmd/Changes
/usr/share/doc/packages/perl-App-Cmd/README
/usr/share/licenses/perl-App-Cmd
/usr/share/licenses/perl-App-Cmd/LICENSE
/usr/share/man/man3/App::Cmd.3pm.gz
/usr/share/man/man3/App::Cmd::ArgProcessor.3pm.gz
/usr/share/man/man3/App::Cmd::Command.3pm.gz
/usr/share/man/man3/App::Cmd::Command::commands.3pm.gz
/usr/share/man/man3/App::Cmd::Command::help.3pm.gz
/usr/share/man/man3/App::Cmd::Command::version.3pm.gz
/usr/share/man/man3/App::Cmd::Plugin.3pm.gz
/usr/share/man/man3/App::Cmd::Setup.3pm.gz
/usr/share/man/man3/App::Cmd::Simple.3pm.gz
/usr/share/man/man3/App::Cmd::Subdispatch.3pm.gz
/usr/share/man/man3/App::Cmd::Subdispatch::DashedStyle.3pm.gz
/usr/share/man/man3/App::Cmd::Tester.3pm.gz
/usr/share/man/man3/App::Cmd::Tester::CaptureExternal.3pm.gz
/usr/share/man/man3/App::Cmd::Tutorial.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Aug 13 22:29:06 2025