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

perl-MooseX-Getopt-0.71-bp153.1.13 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: perl-MooseX-Getopt Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.71 Vendor: openSUSE
Release: bp153.1.13 Build date: Sat Mar 6 10:41:09 2021
Group: Development/Libraries/Perl Build host: lamb64
Size: 116619 Source RPM: perl-MooseX-Getopt-0.71-bp153.1.13.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/MooseX-Getopt/
Summary: Moose role for processing command line options
This is a role which provides an alternate constructor for creating objects
using parameters passed in from the command line.

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Thu Jun 23 2016 coolo@suse.com
  - updated to 0.71
    see /usr/share/doc/packages/perl-MooseX-Getopt/Changes
    0.71      2016-06-19 04:08:13Z
    - private attributes (i.e., lead "_) with a public init_arg now work.
* Mon May 23 2016 coolo@suse.com
  - updated to 0.70
    see /usr/share/doc/packages/perl-MooseX-Getopt/Changes
    0.70      2016-05-10 20:32:32Z
    - In 0.69, an undefined init_arg would cause warnings and exception.
      Attributes with an undefined init_arg are now ignored. (thanks, Greg
      Oschwald! -- PR #7)
* Thu May 05 2016 coolo@suse.com
  - updated to 0.69
    see /usr/share/doc/packages/perl-MooseX-Getopt/Changes
    0.69      2016-04-22 11:27:12Z
    - attributes' "init_arg" settings are now respected when retrieving command
      line options (thanks, Olaf Alders! -- PR#6)
* Tue Apr 14 2015 coolo@suse.com
  - updated to 0.68
    see /usr/share/doc/packages/perl-MooseX-Getopt/Changes
    0.68      2015-03-04 18:16:30Z
    - fix tests that look for the wrong prereqs (0.67)
    0.67      2015-02-28 04:37:19Z
    - remove argv from passed-through buildargs if no argv attribute exists, to
      mollify MooseX::StrictConstructor (RT#101938, Jose Luis Martinez)
    0.66      2015-01-28 02:05:54Z
    - fix tests for formatting changes in Getopt::Long::Descriptive 0.099
      (RT#101724)
* Tue Sep 16 2014 coolo@suse.com
  - updated to 0.65
    - re-release to remove README.pod from shipped dist
    - bump required version of Getopt::Long::Descriptive to avoid an infinite
    loop problem (thanks, Bram!)
    - fix test prereq on Test::Warnings (thanks, omega!)
* Mon Mar 10 2014 coolo@suse.com
  - updated to 0.62
    - fix test that assumes option parsing is case-insensitive, which is no
    longer true with Getopt::Long::Descriptive 0.097
* Mon Feb 24 2014 coolo@suse.com
  - updated to 0.61
    - fix potentially-broken check-breaks test when a conflicting module fails to
      compile
    - avoid failing an optional test when YAML is not installed
* Mon Dec 09 2013 coolo@suse.com
  - updated to 0.59
    - re-release to fix compile test
* Mon Nov 25 2013 coolo@suse.com
  - updated to 0.58
    - remove use of deprecated $Config::Any::YAML::NO_YAML_XS_WARNING in tests
    - warnings tests bypassed during installation
    - author metadata moved to contributors
    - spelling fixes (RT#87780, David Steinbrunner)
    - removed use of deprecated Class::MOP::load_class
    - repository migrated from shadowcat to the github moose organization
* Sat Jul 27 2013 coolo@suse.com
  - updated to 0.56
    - depend on newest Path::Tiny, to regain 5.8.x compatibility (gone since
      v0.52)
    - fix broken tests on win32 with file comparisons
    - fix broken tests on win32 with file comparisons
    - allow configfiles called "0"
    - support more mechanisms for overriding default configfile
    - when using in conjunction with MooseX::ConfigFromFile, configfile value now
      properly passed to new()
    - properly indicate optional dependency in tests using
      MooseX::ConfigFromFile
    - tests converted from using Path::Class to Path::Tiny
    - missing test prereqs now declared (thanks for the automated reports, David
      Cantrell!)
    - unbreak Catalyst::Runtime tests (etc) by keeping _getopt_full_usage in the
      callstack. (RT#82249)
    - silence a warning in tests if the user does not have YAML::XS installed
      (thanks for the report, Getty!)
    - fix off-by-one issues in test plans if optional requirements are not met
    - documentation and tests amended to prefer usage of 'trait' over 'metaclass'
      as much as possible
    - print_usage_text() exposed as a public method, to make it easier for
      consuming classes to modify the behaviour when usage text is printed
    - re-release to remove double $VERSION declarations
    - -h is also treated as a --help option
  - remove old perl-MooseX-Getopt-use_lib.patch

Files

/usr/lib/perl5/vendor_perl/5.26.1/MooseX
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Getopt
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Getopt.pm
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Getopt/Basic.pm
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Getopt/Dashes.pm
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Getopt/GLD.pm
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Getopt/Meta
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Getopt/Meta/Attribute
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Getopt/Meta/Attribute.pm
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Getopt/Meta/Attribute/NoGetopt.pm
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Getopt/Meta/Attribute/Trait
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Getopt/Meta/Attribute/Trait.pm
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Getopt/OptionTypeMap.pm
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Getopt/ProcessedArgv.pm
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Getopt/Strict.pm
/usr/share/doc/packages/perl-MooseX-Getopt
/usr/share/doc/packages/perl-MooseX-Getopt/CONTRIBUTING
/usr/share/doc/packages/perl-MooseX-Getopt/Changes
/usr/share/doc/packages/perl-MooseX-Getopt/LICENSE
/usr/share/doc/packages/perl-MooseX-Getopt/README
/usr/share/man/man3/MooseX::Getopt.3pm.gz
/usr/share/man/man3/MooseX::Getopt::Basic.3pm.gz
/usr/share/man/man3/MooseX::Getopt::Dashes.3pm.gz
/usr/share/man/man3/MooseX::Getopt::GLD.3pm.gz
/usr/share/man/man3/MooseX::Getopt::Meta::Attribute.3pm.gz
/usr/share/man/man3/MooseX::Getopt::Meta::Attribute::NoGetopt.3pm.gz
/usr/share/man/man3/MooseX::Getopt::Meta::Attribute::Trait.3pm.gz
/usr/share/man/man3/MooseX::Getopt::Meta::Attribute::Trait::NoGetopt.3pm.gz
/usr/share/man/man3/MooseX::Getopt::OptionTypeMap.3pm.gz
/usr/share/man/man3/MooseX::Getopt::ProcessedArgv.3pm.gz
/usr/share/man/man3/MooseX::Getopt::Strict.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024