This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libmoosex-app-perl.

      from  c882739   update changelog
      adds  e98bf67   Prepare permute
      adds  7b1241f   Import app_permute
      adds  1a15a89   Fix warning
      adds  0b9e134   Implement basic permute
      adds  afe9ed8   Update parser test for permute
      adds  e7fd09c   Prepare permute tests
      adds  c2a1f9f   Remove permute from TODO
      adds  1a0f8c0   Prepare permute
      adds  4690087   Merge branch 'permute' of github.com:maros/MooseX-App 
into permute
      adds  fa359d6   Test permute
      adds  69822f1   Remove unused attribute
      adds  35f5ca3   Fix type constraint check
      adds  5e77ba8   Update POD
      adds  d14d255   Update POD
      adds  34cb879   Fix for app_prefer_commandline
      adds  b932a4a   Merge pull request #27 from astoddard/master
      adds  1a22a9c   Update acknowledgments and changes
      adds  eae9cc6   Clarify pod
      adds  4eb6919   Fix spelling RT105717
      adds  a83a7aa   Fix module name in pod
      adds  5dc4d91   Cleanup
      adds  3d36cb0   "while" sucks
      adds  5b87ed2   Fallback for command classes with custom attribute 
metaclasses and no inheritance
      adds  771f483   Get rid of while/each
      adds  81877df   Honour coercions. Try to prevent invalid input in the 
first place
      adds  8715e59   Add tests fro RT112156
      adds  8e8aedb   Extend tests
      adds  d984c98   Update pod
      adds  e45ffea   Update changes
      adds  ce696aa   Release 1.34
      adds  f8d0909   Imported Upstream version 1.34
       new  8418119   Merge tag 'upstream/1.34'
       new  943e8d3   Update debian/changelog
       new  cd14fff   Drop spelling.patch, merged upstream.
       new  a4d93ac   Declare compliance with Debian Policy 3.9.7.
       new  06d581f   Add new spelling.patch.
       new  baef4aa   releasing package libmoosex-app-perl version 1.34-1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                         |  10 +-
 MANIFEST                                        |   3 +
 META.yml                                        |   4 +-
 README                                          |  62 ++++++++++--
 TODO                                            |  24 ++---
 debian/changelog                                |  11 ++-
 debian/control                                  |   2 +-
 debian/patches/spelling.patch                   | 122 ++++++++++++++++++------
 inc/Module/Install.pm                           |  11 ++-
 inc/Module/Install/Base.pm                      |   2 +-
 inc/Module/Install/Can.pm                       |   2 +-
 inc/Module/Install/Fetch.pm                     |   6 +-
 inc/Module/Install/Makefile.pm                  |   2 +-
 inc/Module/Install/Metadata.pm                  | 102 +++++++-------------
 inc/Module/Install/Win32.pm                     |   6 +-
 inc/Module/Install/WriteAll.pm                  |   6 +-
 lib/MooseX/App.pm                               |  81 ++++++++++++----
 lib/MooseX/App/Command.pm                       |   8 +-
 lib/MooseX/App/Exporter.pm                      |  58 ++++++++++-
 lib/MooseX/App/Meta/Role/Attribute/Option.pm    |   8 +-
 lib/MooseX/App/Meta/Role/Class/Base.pm          |  55 ++++++++---
 lib/MooseX/App/Meta/Role/Class/Command.pm       |  11 +++
 lib/MooseX/App/Meta/Role/Class/Documentation.pm |   6 +-
 lib/MooseX/App/ParsedArgv.pm                    |  22 +++--
 lib/MooseX/App/Plugin/BashCompletion/Command.pm |   7 +-
 lib/MooseX/App/Plugin/Color.pm                  |   2 +-
 lib/MooseX/App/Plugin/Config.pm                 |   2 +-
 lib/MooseX/App/Plugin/Man/Command.pm            |   2 +-
 lib/MooseX/App/Plugin/Term.pm                   |   2 +-
 lib/MooseX/App/Plugin/Term/Meta/Attribute.pm    |  28 ++++--
 lib/MooseX/App/Role/Base.pm                     |   7 +-
 lib/MooseX/App/Role/Common.pm                   |   2 +-
 lib/MooseX/App/Simple.pm                        |   6 +-
 lib/MooseX/App/Tutorial.pod                     |   2 +-
 t/03_utils.t                                    |  20 ++--
 t/05_extended.t                                 |  27 +++++-
 t/12_plugin_depends.t                           |   2 +-
 t/13_rt_112156.t                                |  83 ++++++++++++++++
 t/testlib/Test01.pm                             |   3 +-
 t/testlib/Test03.pm                             |   1 +
 t/testlib/Test03/DifferentCommand.pm            |  35 +++++++
 t/testlib/Test06.pm                             |   2 +
 t/testlib/Test06/CommandA.pm                    |   2 +-
 t/testlib/Test06/CommandD.pm                    |  26 +++++
 44 files changed, 649 insertions(+), 236 deletions(-)
 create mode 100644 t/13_rt_112156.t
 create mode 100644 t/testlib/Test03/DifferentCommand.pm
 create mode 100644 t/testlib/Test06/CommandD.pm

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmoosex-app-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to