[SCM] libmoox-options-perl Debian packaging annotated tag, upstream/3.78, created. upstream/3.78

Jonas Smedegaard dr at jones.dk
Fri Apr 12 19:28:49 UTC 2013


The annotated tag, upstream/3.78 has been created
        at  d72f4217e6ddf5335e8a2c1df82c66795f459fa3 (tag)
   tagging  5200e1bcfcccea70269c68435c09154b7f374b31 (commit)
  replaces  upstream/3.77
 tagged by  Jonas Smedegaard
        on  Fri Apr 12 21:19:24 2013 +0200

- Shortlog ------------------------------------------------------------
Upstream version 3.78
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAABCgAGBQJRaF48AAoJEE7BtyI3T5vWnmwH+QGRIYs+Vo7rQoDot/Y2fDXO
6CS2M4BtkTkAVlucyVwQoX/4Tj/Bbtkoe8Q8zj/8Gl+aqLqaKfyJx3XNN3pjgLCe
QGpwNmWgLgQcxXkZumTzTt30wIHNLbSoUKswGmiAxxOd7ZB6NNUh1/oeA6GnWSSv
9bQmDzLfoNxG2KqMQqaBbTdHqITbetsS4Noa8ho7dNRYUn1m5QFLpU8BW0UihmW0
0mUSjW7XVaP8NiVPDLDCtyFLZ6ToVDqnSvfTz6ohybQKViGDjmDx13ri+kdN4xjX
x6t7+k69wkhIGDHdn1ACl3pvDZeDwE9YduuJUV0QcXqMTPeD8Qrt2wvm4ahjErQ=
=qPjM
-----END PGP SIGNATURE-----

Fayland Lam (1):
      to support dash, or a better name?

Jonas Smedegaard (1):
      Imported Upstream version 3.78

Keedi Kim (1):
      Order attribute when displaying help message

Tom Lanyon (1):
      Add prefer_commandline import option with tests.

Tomas Doran (4):
      Trailing whitespace
      Defaults no longer do the right thing
      Work better with namespace::clean by closing over has earlier
      Re-arrange role application to happen at runtime, not compile time, so namespace::autoclean does not eat things

celogeek (204):
      basic dist::zilla
      first pack for mooX option, test relay to has method
      use closure
      Use new_with_options method
      Add option for import (make it compatible with almost everything I hope)
      Full module with full doc.
      rename base.t in base.st, use it like subtest for Mo/Moo/Mouse/Moose
      Test for Mo
      Test for Moo
      Test for Moose
      Test for Mouse
      bump changes
      remove useless vars
      fix help message
      add test for help message
      Add podweaver
      Add thanks and bug page
      add some better handle of repeatable and negativable, use Data::Record to resplit the args
      fix tests for autosplit, add complex autosplit for str with quote
      add TODO
      Factorize test import_options
      fix possible miss reading
      improve help test
      bump changes and version
      Fix test :
      bump changes
      move chain_method near goto, if not fail on Moo (may be the others)
      add test on chain method (should_die_ok)
      Bump changes
      Improve doc
      bump changes
      add 'option_usage' and improve doc
      test multi missing
      add test for usage method
      bump changes
      move MooX::Option to MooX::Options
      Global is uppercase
      fix name, remove "_", change global name
      bump change
      add min version for Moo to pass the test on cpantest
      bump changes and version
      change gld_conf to flavor, simplify import option
      bump version and changes
      change perl 5.010 syntax to older one, to be more compatible
      bump changes and version
      remove min Moo version
      remove from autoprereqs deps on Mo/Moo/Mouse/Moose, only for test
      bump changes and version
      Add advice on 'repeatable' option.
      Fix check import_options and create test for failure.
      Add test on doc attribute.
      Add check on Moo for running failure test.
      Fix nofilter import option.
      Test failure on option_chain_method
      Test coverage report
      bump version and changes
      Switch to CheckChangelog
      Fix minimum version to 5.8.9
      bump changes and version
      Remove goto method for better compat with old perl
      Fix: version of Getopt::Long and Getopt::Long::Descriptive
      Failure with Mouse
      Tidy my code
      Change method for create and new to no "goto" one.
      bump change and version
      Fix bad use in mouse test
      Add meta, markdown and remove TODO
      bump version and changes
      Change author
      bump version and changes
      Use Dist::Zilla::PluginBundle::Author::Celogeek
      reduce size of no strict refs scope
      Protect @ARGV by default.
      Pass critic
      v1.7
      Update PluginBundle
      v1.8
      remove bugs section, duplicate
      v1.9
      Add 'documentation', an alternative 'doc' option attribute
      v2.0
      Fix pod
      v2.1
      fix test for should_die_ok, for Moo 1.0
      v2.2
      Add MooX::Options::Role
      v2.3
      Role failure tests
      Fix package name and role
      Purpose of rewrite by MST.
      v2.4
      Cleanup code and tidy
      Full rewrite of import in MooX::Options and use role
      Move "option" to "import" method of MooX::Options
      Move around modifier into option.
      Add some example for debugging purpose
      Fix typo
      Use Moose to test extends. doesn't work yet
      Tidy, remove debug
      Filter any MooX::Options specific key for Moo* system
      Cosmetic change, add option validation method
      Add describe_options and start parsing option
      Filter MooX::Options attributes and factorize
      Add options_usage (fix typo)
      Fix t/doc, "options_usage" instead of "option_usage"
      Add autosplit support
      Add support required
      Fix options_usage call
      Fix role test
      separate with and around to prepare test on it
      try with Role::Tiny uppon Mo, better to die and say "with/around is missing
      always filter any args, no need more test on this
      add back protect args and flavour
      use Moo::Role with Mo
      disabling mouse test, not compatible for now
      disabling failure test for now
      fix dist::zilla config file for autoprereqs
      check defined format
      remove filter, useless
      disabling mouse support
      Restore failure tests, add more control
      add custom perlcritic rules
      pass perlcritic for the role
      add test on short method
      remove useless test missing_required
      remove perl 5.10 // and replace it by older code
      test with flavour undef
      rewrite doc of main module
      no more Mouse support explanation
      add doc for the role
      remove old files
      remove unused vars
      reflect changes
      Merge branch 'revamp_with_moo_role'
      v3.0
      refresh coverage
      fix is missing
      reflect changes
      v3.1
      add test for skip_options
      add skip_options
      add doc for skip options
      reflect change
      v3.2
      add test for skip_role in role
      fix missing cmdline, dont force undef value
      ship Foo in the namespace_clean test
      fix default test for Mo
      tidy
      move skip_options to the role
      add failing test multi role
      add r3 in multi_role
      experimental: ref options for role tiny
      declare to role::tiny that option is not a method to export
      move options_meta and options_params to import
      use ref for import_params, add full debug on option_params method
      remove debug to deploy
      mark tests as todo
      test eval method, disabling perlcritic
      reflect changes
      fix name of role to be exclude by dist.ini
      v3.3
      add Moo as necessary deps
      remove test, not working yet
      moo is a necessary deps
      reflect changes
      v3.4
      Fix role
      fix namespace_clean, need a doc on that
      rename params and meta
      use real package for namespace clean
      add bad role failure
      add requires to the role
      add doc for namespace::clean
      reflect changes
      remove useless test
      test skip_options undef, should work like if missing
      fix for coverage
      crash if methods already exists
      update coverage
      v3.5
      Fix: autosplit with space arg instead of "="
      Include greeding and slides
      v3.6
      role should be import even without any option call
      change apply_modifiers. It is fire at running time and compile time
      add greeding
      v3.7
      fix duckduckgo link
      v3.71
      change bugtracker and git repositories
      v3.72
      add deps
      v3.73
      v3.74
      reflect changes
      update readme
      reflect changes
      v3.76
      dash support is native
      reflect change
      v3.77
      reflect changes
      v3.78

zengargoyle (2):
      add gld_conf option to import
      grungy test for gld_conf

-----------------------------------------------------------------------

-- 
libmoox-options-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list