[libmoosex-declare-perl] branch master updated (b6647e3 -> f579b14)

Intrigeri intrigeri at moszumanska.debian.org
Wed Aug 27 21:58:19 UTC 2014


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

intrigeri pushed a change to branch master
in repository libmoosex-declare-perl.

      from  b6647e3   update changelog
       new  fffff5f   Add debian/upstream/metadata
      adds  7587ef5   Initial version causing a segfault. Investigate later..
      adds  f82c962   More tests.
      adds  1fd4875   Don't test immutable trait until it's implemented.
      adds  a769891   Make class Name { } and role Name { } work.
      adds  8f66e6d   Rename to Moose::Declare.
      adds  f46c7da   Remove debugging code.
      adds  ce6596d   Add tests.
      adds  429c906   Test anon classes.
      adds  08a474e   Implement anonymous classes.
      adds  41bb3ff   More anon tests.
      adds  d26599c   Return the class name for non-anonymous classes.
      adds  7081515   Rename to MooseX::Declare.
      adds  330f524   More tests.
      adds  c1ef8eb   Make classes immutable unless asked not to. Keep the namespace::clean.
      adds  79e375b   Make anon class { } return the meta class.
      adds  2533e1e   Specify all prereqs to Makefile.PL.
      adds  4fb9201   Test for MX::Method::Signatures working inside class and role.
      adds  723c437   Set up MooseX::Method::Signatures inside class and role.
      adds  039b3e1   use style;
      adds  e1f69d4   Change %^H hook name.
      adds  6318e9b   Some basic docs.
      adds  fd4abcb   Test for method modifiers.
      adds  f0ebca2   Implement around/before/after.
      adds  f5449c5   Test and implement injection of ; after method modifiers.
      adds  ebda10c   Implement override method { } and augment method { }.
      adds  17557aa   Add TODO.
      adds  74141ce   Don't import the deprecated make_immutable.
      adds  5b6c3c2   More tests for clean namespaces.
      adds  cc08369   Tests for augment/inner.
      adds  c8d7df3   Implement super/inner.
      adds  49e823e   Move the augment/inner test to the same layout as in the Moose dist.
      adds  79657a3   Add another moose recipe test.
      adds  90e67d9   Run all tests in t/, recursively.
      adds  df7363e   Another Moose recipe test.
      adds  0f70fd6   No need to skip spaces for keywords without arguments.
      adds  dfe4690   Add tests for modifier signatures.
      adds  83a6aa3   Implement modifier signatures.
      adds  6242736   More tests, remove keyword declarators.
      adds  7416906   Remove keyword parser.
      adds  8e4a1f2   Better tests for method happening at runtime.
      adds  fd23507   Export extends, super and inner to roles.
      adds  c3a8973   Use B::Hooks::EndOfScope instead of %^H and Scope::Guard.
      adds  09d0ec4   Test for availability of blessed in classes.
      adds  94e5b63   Export confess and blessed into classes and roles.
      adds  764d04f   Don't export anything but class and role outside of class and role definitions.
      adds  6d5c1f1   Defer role application to end of class definition.
      adds  401a9bd   Don't use Sub::Uplevel.
      adds  a808728   Add a SYNOPSIS based on a moose recipe.
      adds  62d2c72   Add references to related documentation.
      adds  92914d6   More docs.
      adds  a7a2df4   Add pod test.
      adds  ae4a8b9   Automatically generate README during make dist.
      adds  6c9e986   Add .gitignore.
      adds  7f9599c   Add MANIFEST.SKIP.
      adds  5338d43   Add changelog.
      adds  1a015c0   New TODO item.
      adds  4390648   Another TODO item.
      adds  3fc6b49   Use type constraints in the bank account test.
      adds  c331d90   Test moose exports and method signatures.
      adds  74eaf4c   Ignore Devel::Cover db.
      adds  0dad4f0   Make class nesting independent of the package it's compiled in.
      adds  5374c13   Only nest namespaces within a single file.
      adds  c62627c   Test for not nesting namespaces across different files.
      adds  8f72470   Version 0.01.
      adds  3925751   Bump D::D prereq to 0.003000.
      adds  6b7fc13   Version 0.02.
      adds  adba0d4   Remove some debugging code.
      adds  ac74f9d   Version 0.03.
      adds  5122416   Added a test to catch weirdness in around filters
      adds  3c99ed8   t/around_attrib.t is rapidly becoming misnamed
      adds  054c6bb   Added a couple of reductions for rafl's delectation.
      adds  4eacd1e   Made the segfault/bus error tests more... 'testy' and discovered that mutable classes die screaming too
      adds  013312a   Added a test for an annoyance about the way our current signature parser works...
      adds  ff5125b   Don't skip a valid test.
      adds  ca96f3a   Remove a useless lexical.
      adds  f8b9252   TODO some failing tests.
      adds  0d9a992   Remane t/around_attrib.t to better reflect what it's testing.
      adds  6427ebe   Add test for a segfault caused by invalid syntax in method bodies.
      adds  c4c7789   Merge branch 'master' of git://github.com/rafl/moosex-declare
      adds  92a5431   Test for class declarations with options being on another line than the opening '{'.
      adds  38edc24   Always update the linestring after successfully scanning for an option name/value pair.
      adds  92d19bd   Test for has +foo feature which does not work in MX declare due to roles being applied at the end.
      adds  fc95a3c   Merge branch 'master' of git://github.com/rafl/moosex-declare
      adds  40fbfda   Removed tests that were testing the same bug.
      adds  cf24012   Depend on the latest MooseX::Method::Signatures.
      adds  61af242   Don't include currently failing tests in the dist.
      adds  50bc89c   Version 0.04.
      adds  1d62a43   Docs now mention namespace::clean
      adds  fc9f6ae   Added some more problematic signatures to attribute_issues.t. Badly named test suite I'm afraid
      adds  586a15c   Fixed silly 5.10 dependency
      adds  1639ebe   UnTODO passing tests.
      adds  bea5cc4   Depend on the latest MooseX::Method::Signatures.
      adds  421b4d9   Fix a test that assumed named params without a label don't require a key/value argument.
      adds  69cae27   Ignore vim .swp files from MANIFEST.
      adds  84c490c   Don't exclude a passing test from the dist.
      adds  b9d532d   Version 0.05.
      adds  3f46604   Don't use the Moose sugar sugar methods for installing modifiers.
      adds  b49a0fa   Don't use the Moose sugar functions for applying roles.
      adds  2dd131f   Use Test::NoWarnings instead of Test::Warn.
      adds  d7f9769   Declare test dependency on Test::NoWarnings.
      adds  184f109   Test that MooseX::Declare imports strict.
      adds  9ed25ce   Automatically import strict and warnings.
      adds  f610396   Version 0.06.
      adds  96a4961   Update copyright notice for the new year
      adds  84e037f   Mention all contributors.
      adds  7ea40df   Use MooseX::Method::Signatures::Meta::Method instead of injecting method keywords.
      adds  527427f   Update prereqs.
      adds  694b96b   Version 0.07.
      adds  47a9588   Add tests for the new using keyword.
      adds  8dff9f6   Instead of adding a 'using' keyword for 'use + clean imported symbols', just add a 'clean' keyword that can be used after importing things normally using 'use'.
      adds  2f9e481   Implement the clean keyword.
      adds  8e9b825   Updated the docs with details on the new "clean" keyword
      adds  a36aedb   Nelo contributed lots of useful input and documentation on the clean keyword.
      adds  554f7aa   Version 0.08.
      adds  d0b92a2   Substituted MyDumper with Foo for consistency =)
      adds  7871700   Actually use the clean keyword in the example.
      adds  0049f16   Credit Hans Dieter for pointing out a problem with the clean documentation.
      adds  ac6a28f   Version 0.09.
      adds  a25576c   Docs now mention namespace::clean
      adds  2bf1af5   Merge branch 'master' of git://github.com/rafl/moosex-declare
      adds  48027af   Merge commit '2bf1af5a8136abe2752c71f315117a03de18c91c'
      adds  37ed07d   Refactor - aka throw code away - by potring to D::D::Context::Simple
      adds  e2accbf   Remove prototype from exported subs.
      adds  a30142b   Make keywords less reversed (i.e. as hash keys) and make class(); return an anon-metaclass
      adds  14b5bf0   Update pod mentioning restrictions on class names
      adds  cda5924   Add case for where syntax error gets stomped on
      adds  c0941e2   Bug is infact against MooseX::Method::Signatures, not this.
      adds  5caa50c   Merge commit 'rafl/master'
      adds  5f38493   Refactor - aka throw code away - by potring to D::D::Context::Simple
      adds  bc6e2b8   Remove prototype from exported subs.
      adds  a886baf   Make keywords less reversed (i.e. as hash keys) and make class(); return an anon-metaclass
      adds  3d4a55d   Update pod mentioning restrictions on class names
      adds  626eb9a   Merge commit 'ashb/master'
      adds  ca9be10   A draft update on the documentation explaining why one should not declare your imports outside the class declaration.
      adds  fc1f7ad   fixing small typos
      adds  e74cf8c   Add tests for the new using keyword.
      adds  899316d   Updated the docs with details on the new "clean" keyword
      adds  591fc52   Substituted MyDumper with Foo for consistency =)
      adds  21ca0e1   Nelo contributed lots of useful input and documentation on the clean keyword.
      adds  f22ee24   Version 0.08.
      adds  720a7f7   Add tests for automatic cleaning with the clean/dirty traits.
      adds  bb1bbc0   Make the explicit clean test use the dirty trait.
      adds  188031b   Test explicit clean trait.
      adds  746590d   Credit Hans Dieter for pointing out a problem with the clean documentation.
      adds  6c56c39   Version 0.09.
      adds  5cf2c55   Add case for where syntax error gets stomped on
      adds  d19f5a1   Bug is infact against MooseX::Method::Signatures, not this.
      adds  8ad7eec   Merge commit 'j1n3l0/master'
      adds  3c13530   fixing small typos
      adds  7d02f09   Merge commit 'yanick/j1_typos'
      adds  e0e5c0d   Depend on D::D 0.003005 for the inject_if_block return value.
      adds  21b4b74   Version 0.10.
      adds  e16d9a7   massive refactor for extensibility, one failing test left, no docs
      adds  bb9c6cb   Add test for applying multiple roles.
      adds  29b7a72   Add test for applying multiple roles at with just one "with" option.
      adds  c0d35fd   Allow passing multiple comma seperated values to options without repeating the key.
      adds  eb6f265   method declaration splitup
      adds  7590b12   Added link to vim syntax
      adds  3e2a07b   Fix doc typo.
      adds  224aba9   Depend on the latest MX::M::S for non-scalar parameters.
      adds  65e4fdf   Matt contributed a couple of POD fixes.
      adds  f8f8c4c   Version 0.20.
      adds  d1cf5b7   Add failing tests for setting up inner keywords only inside of class and role blocks.
      adds  b29d858   TODO failing test.
      adds  d56dc28   Added emacs syntax highlighter
      adds  959ac70   Make method keyword now only available by default in namespaces that consumed MooseSetup.
      adds  2f551e3   Fix a doc typo.
      adds  64d8224   Be more strict about what gets accepted as injectable "code part".
      adds  9ec21db   Improve error reporting.
      adds  3967e02   Document all refactored components.
      adds  4b7b95c   Fix a couple of pod errors.
      adds  c75befa   Add tests for automatic cleaning with the clean/dirty traits.
      adds  2f3ed2c   Test explicit clean trait.
      adds  4536e44   Make the explicit clean test use the dirty trait.
      adds  622e6ba   Break strip_name_and_options into strip_word and strip_options.
      adds  4ff961c   split up namespaced declaration parsing and added context traits
      adds  4aea0a9   Some refactoring on how options are handled.
      adds  3dacce1   Merge branch 'master' into autoclean
      adds  8a03fe5   Fix test plan.
      adds  1224fda   Automatically clean all imports at the end of compile time unless the dirty trait is given.
      adds  cff249b   Depend on namespace::autoclean for class and role autocleaning.
      adds  655d1be   Merge branch 'master' into autoclean
      adds  776a7b7   Clean now warns in autoclean namespaces, tests and batteries included.
      adds  d6a7ef4   Update documentation to reflect autocleaning changes.
      adds  18c1716   Merge branch 'autoclean'
      adds  f3505ee   Stevan provided initial tests for autocleaning.
      adds  8b6071b   Version 0.21.
      adds  bdeca63   Add TODO tests for creating nested anonymous classes and roles.
      adds  08b30e3   Always end injected code with a semicolon.
      adds  d639e8c   UnTODO passing test.
      adds  5743795   Only do namespace nesting if the inner namespace starts with "::".
      adds  f94f4c5   UnTODO passing test.
      adds  d1f4247   Depend on D::D 0.005001 to get a skip_declarator that doesn't fail when code is being compiled between calling the linstr callback and skip_declarator.
      adds  2fb44f4   nperez contributed failing tests for regressions.
      adds  f2e7d84   Version 0.22.
      adds  ee2eb4c   inner scopes inherit declaration provider
      adds  4f38d47   Add test to make sure methods returned from meta are MooseX::Method::Signatures::Meta::Method
      adds  20011e1   Merge commit 'nperez/master'
      adds  d7d7a4b   Add the actual ::Signature methods to the meta class instead of letting it wrap the coderef itself.
      adds  7bf3818   Fix test failure on new Moose versions, which inline a DESTROY method on immutalisation.
      adds  10b4f69   Version 0.23.
      adds  b2e48b1   Got and expect were reversed in calls to is_deeply
      adds  bf12ca3   Detabification.
      adds  c3d813a   Add repository and bugtracker to Makefile.PL
      adds  22e0e87   Merge commit 'ashb/master'
      adds  3190133   test applying multiple roles and related error
      adds  a228462   add syntax for applying multiple roles to docs
      adds  72debe4   test applying multiple roles and related error
      adds  c17ad71   add syntax for applying multiple roles to docs
      adds  3250d65   Merge commit 'cowens/master'
      adds  5087a47   Refactor - aka throw code away - by potring to D::D::Context::Simple
      adds  166d8c0   Remove prototype from exported subs.
      adds  144ef8b   Update pod mentioning restrictions on class names
      adds  0f41981   Make keywords less reversed (i.e. as hash keys) and make class(); return an anon-metaclass
      adds  65906f2   Add an example for parameterized roles.
      adds  2e17bc5   Merge branch 'master' into role_parameterized
      adds  fc4f18b   Role parameters are named, not positional.
      adds  4a6f52a   Break strip_name_and_options into strip_word and strip_options.
      adds  895a1a9   split up namespaced declaration parsing and added context traits
      adds  97754a5   Use MooseX::Traits.
      adds  40bf84c   Merge branch 'master' into role_parameterized
      adds  e7733de   Actually call the wrapped context_traits method.
      adds  00de0cd   WIP: parameterized roles
      adds  030ae60   Merge branch 'role_parameterized' of git://github.com/rafl/moosex-declare
      adds  ad8832f   Merge branch 'master' of git://github.com/rafl/moosex-declare
      adds  70fb57b   Added emacs syntax highlighter
      adds  3476a5d   Merge commit 'j1n3l0/master'
      adds  2b4da35   clean now warns in autoclean namespaces, tests and batteries included
      adds  8bf4468   Merge commit 'phaylon/autoclean'
      adds  5071693   method keyword now only available by default in namespaces that consumed MooseSetup
      adds  05bf5f5   removed MXMS import from Declare.pm since it's now a keyword, added tests for other inner keywords
      adds  0c634a4   documented all refactored components
      adds  8037b0d   Updated Changes file
      adds  bbcfa15   Merge commit 'phaylon/component_docs'
      adds  827dd58   added namespace keyword and allow namespaces, superclasses and roles to be relative
      adds  f76db94   Merge commit 'phaylon/general_namespacing'
      adds  217f1aa   Remove trailing whitespace.
      adds  51d366e   Integrate current parse_args_traits into mxd
      adds  b35c152   Add tests for methods with no signature not caring about their arguments, other than $self.
      adds  e6d877c   Make the segfault test, with magically started not segfaulting, useful.
      adds  30f5f66   Make t/with_newlines.t less noisy.
      adds  808ddaf   Depend on recent versions of DD and MXMS.
      adds  86f709f   Stop depending on BHEOS. We don't use it anymore.
      adds  574b01a   Make the tests not rely on role application being defered by 'with' in a block.
      adds  25b005a   Add failing test for immutalisation of anon classes.
      adds  9280012   Always inject cleanup code, not just for named things.
      adds  7f753b1   Add a ctx method to add cleanup code that should be injected as early as possible.
      adds  21c8c9f   Apply roles from options in the cleanup code.
      adds  bd87a2e   Stop defering role application for with-statements within a class or role block.
      adds  708e30f   Depend on an MXMS version that allows us to surpress redefinition warnings on method modifiers.
      adds  fd8b005   Add a tests for role application and method modifier ordering.
      adds  cba0378   Only load MXMS, don't import it.
      adds  3f13c6d   Implement with as a real keyword.
      adds  3c1fd46   use style;
      adds  4bfe0c3   Implement role application relative to the current namespace in class and role bodies.
      adds  f2e8c36   Let perl handle the error reporting until we implement with BAREWORD and with (BAREWORD, BAREWORD).
      adds  d8cfac2   Add docs for Keyword::With.
      adds  f352972   Changelogging.
      adds  d11b923   Chas contributed tests and doc fixes on applying multiple roles at once.
      adds  793808e   Dave contributed test fixes.
      adds  f0944b1   added method () {} test
      adds  9276108   fixed method.t
      adds  84280f7   Merge commit 'dhoss/master'
      adds  58823f1   more changelogging.
      adds  87a566c   Devin contributed various tests.
      adds  3fa997e   Version 0.24.
      adds  58cf149   Fix changelog typo. Thanks confound!
      adds  bc82a00   Add tests for parameterized roles.
      adds  a948d3f   Don't persist the inner keywords over more than one invocation of the declarator.
      adds  11b87df   Pass along the current context to import_symbols_from and imported_moose_symbols.
      adds  1a76970   Implement parameterizable roles.
      adds  12cb6a4   Merge branch 'role_parameterized'
      adds  e8b6795   Meh.
      adds  c037d69   Update prereqs.
      adds  a714781   Update prereqs (again!).
      adds  8c0e60d   Break off if there's no outer stack.
      adds  537e633   Version 0.25.
      adds  f9128e0   Skip the segfault test on perls older than 5.10.1 as it's a perl bug making them segfault.
      adds  14c1524   Include the segfault test in future dists.
      adds  6bc48f3   Declare dependency on MXAH.
      adds  c00f994   Version 0.26.
      adds  377156c   Now we depend on MXAH anyway, we might as well use it.
      adds  b0b7f6a   Depend on MXMS 0.21 to make sure type aliasing is working.
      adds  9bd381f   Version 0.27.
      adds  bb135fa   Specify a minimum version for namespace::clean
      adds  bd87b07   Bump some more prereqs to avoid test failure.
      adds  b6eb353   Version 0.28.
      adds  c5bb648   Add failing test for applying modifiers to a method directly composed from a role.
      adds  6308ee9   Fix the failing test by depending on MXMS 0.24.
      adds  21a6e58   Version 0.29.
      adds  643443a   Remove fixed TODO entry.
      adds  3a00584   Add missing contributors to the pod.
      adds  22a4f6e   Make the attr inheriting TODO test work.
      adds  7fc62af   add tests for default parameters for roles
      adds  4a3bd0c   make default values for role parameters work
      adds  7e5076a   Version 0.30.
      adds  04dcc49   Fix warnings in the tests when running on very recent versions of Moose.
      adds  972ffc7   Bump deps for less warnings on new Moose versions.
      adds  eda12b5   Version 0.31.
      adds  4c10dfb   Add link to Geany syntax notes to documentation.
      adds  93a4f75   Convert from MooseX::MethodAttributes to Native::Trait
      adds  8043ffd   Justin contributed lots of feedback, test cases, and other patches.
      adds  8fa6f2c   Update dependency on MooseX::Types
      adds  2a084ed   Version 0.32.
      adds  58259e5   Depend on MXMS 0.29 to fix compatibility issues.
      adds  52db600   Depend on latest MXMS.
      adds  fdea428   Version 0.33.
      adds  ae78f64   Add a package description for MooseX::Declare::Syntax::EmptyBlockIfMissing.
      adds  3eff65e   Less funky utf8 chars.
      adds  986360f   Convert to dzil
      adds  f09fbd8   Depend on MXMS 0.36
      adds  4d7ab34   Version 0.34
      adds  8aaffb0   Adapt to MooseX::Role::Parameterized changes
      adds  4d40cb5   Adapt to dzil changes
      adds  496e31e   Version 0.35
      adds  be166db   add aliased as a dependency
      adds  de7167d   use Test::Requires in tests
      adds  9a51c90   convert all uses of Test::Exception to Test::Fatal.
      adds  5263e37   Class::MOP::load_class was deprecated in Moose-2.1100
      adds  3cbe098   class_of -> find_meta
      adds  03fcf69   fix Changes header
      adds  8af4d96   tighten up .gitignore entries
      adds  676449d   remove redundant test with t/00-compile.t
      adds  ebddeb7   keep tests in xt/
      adds  80f1a47   more release tests
      adds  916d751   fix timestamps according to CPAN::Changes::Spec
      adds  3279d57   best to avoid using this...
      adds  f13f248   only test for warnings as author, so deprecation warnings don't kill installations
      adds  54db7a8   calling enum() with a list (vs. listref) was deprecated in Moose-2.1100
      adds  65892e0   make sure releases bump versions (oops!) - and other nice git things
      adds  22f138e   commit Changes file after munging it and before pushing!
      adds  bd931ce   add minimum perl to metadata (for CPANTS)
      adds  2fbfc64   switch to my pluginbundle for more sanity (sorry, FLORA!)
      adds  6dfd322   move contributors out of authors and add from git; requires unrolling FLORA weaver bundle
      adds  f53f5e3   empty commit to give contribution credit
      adds  ef0d0d7   empty commit to give contribution credit
      adds  df9ec1a   repository moved to https://github.com/moose/MooseX-Declare
      adds  d8d42fb   use new [Test::Compile] to avoid hang on win32
      adds  9583e21   URI::Find is behaving inconsistently
      adds  6b1e9a7   MooseX-Declare-0.37
      adds  fc11dc6   keep tag format consistent with previous releases
      adds  bfbd288   add missing authordep
      adds  7e9e4a6   add irc and mailinglist info to metadata
      adds  78160ea   switch to Pod::Weaver 4, which uses [-SingleEncoding] in [@Default]
      adds  f23e00c   remove unneeded uses of FindBin
      adds  5feefe8   remove ego lines from changelog
      adds  b814677   canonicalize timestamps in changelog
      adds  4c8546d   use - instead of *, for nicer rendering by metacpan
      adds  548a1bd   changelog for updated generated files
      adds  31241bb   MooseX-Declare-0.38
      adds  fce6b38   add missing =head1 VERSION to all pod
      adds  1a3226d   use SurgicalPodWeaver, to keep internal packages more internal
      adds  4114267   tighten up entries
      adds  f7e7705   use the new surgical config option for more succinct configuration
      adds  a2e70c5   add develop prereq for Test::Warnings
      adds  8958da9   now using [Git::Contributors]
      adds  95bfe45   add a (non-failing) test that checks for broken Moose-related modules
      adds  71343ec   test for clean namespaces
      adds  17b3d3d   add some keywords to metadata
      adds  863be61   remove tabs
      adds  8768f95   with $AUTHORITY removed, we are down to a 1 line offset
      adds  0fc0e98   pod fixes (RT#51722)
      adds  6688142   changelog for pod fixes
      adds  db7ebad   MooseX-Declare-0.39
      adds  97b3d50   Imported Upstream version 0.39
       new  6ccbb76   Merge tag 'upstream/0.39'
       new  ca652ca   Remove all patches: applied upstream.
       new  f579b14   libmoosex-declare-perl (0.39-1)

The 4 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:
 Build.PL                                           | 138 ++++-
 CONTRIBUTING                                       |  37 +-
 Changes                                            |   5 +
 LICENSE                                            |   2 +-
 MANIFEST                                           |   6 +-
 META.json                                          | 646 +++++++++++++++------
 META.yml                                           | 617 +++++++++++++-------
 Makefile.PL                                        |  85 +--
 README                                             |   4 +-
 README.md                                          | 253 --------
 debian/changelog                                   |  10 +-
 debian/patches/add-whatis-to-pod                   |  41 --
 debian/patches/series                              |   1 -
 debian/upstream/metadata                           |   9 +
 dist.ini                                           |  13 +-
 lib/MooseX/Declare.pm                              | 286 ++++++++-
 lib/MooseX/Declare/Context.pm                      | 137 ++++-
 lib/MooseX/Declare/Context/Namespaced.pm           |  48 +-
 lib/MooseX/Declare/Context/Parameterized.pm        |  53 +-
 lib/MooseX/Declare/Context/WithOptions.pm          |  31 +-
 lib/MooseX/Declare/StackItem.pm                    |  31 +-
 lib/MooseX/Declare/Syntax/EmptyBlockIfMissing.pm   |  33 +-
 lib/MooseX/Declare/Syntax/Extending.pm             |  43 +-
 lib/MooseX/Declare/Syntax/InnerSyntaxHandling.pm   |  58 +-
 lib/MooseX/Declare/Syntax/Keyword/Class.pm         |  61 +-
 lib/MooseX/Declare/Syntax/Keyword/Clean.pm         |  40 +-
 lib/MooseX/Declare/Syntax/Keyword/Method.pm        |  53 +-
 .../Declare/Syntax/Keyword/MethodModifier.pm       |  53 +-
 lib/MooseX/Declare/Syntax/Keyword/Namespace.pm     |  54 +-
 lib/MooseX/Declare/Syntax/Keyword/Role.pm          |  59 +-
 lib/MooseX/Declare/Syntax/Keyword/With.pm          |  52 +-
 lib/MooseX/Declare/Syntax/KeywordHandling.pm       |  66 ++-
 lib/MooseX/Declare/Syntax/MethodDeclaration.pm     |  59 +-
 .../Syntax/MethodDeclaration/Parameterized.pm      |  31 +-
 lib/MooseX/Declare/Syntax/MooseSetup.pm            | 121 +++-
 lib/MooseX/Declare/Syntax/NamespaceHandling.pm     | 136 ++++-
 lib/MooseX/Declare/Syntax/OptionHandling.pm        |  51 +-
 lib/MooseX/Declare/Syntax/RoleApplication.pm       |  42 +-
 lib/MooseX/Declare/Util.pm                         |  48 +-
 t/00-report-prereqs.dd                             |  99 ++++
 t/00-report-prereqs.t                              | 264 +++++----
 t/recipes/basics/002_bank_account.t                |  10 +-
 t/zzz-check-breaks.t                               |  18 +
 weaver.ini                                         |   1 +
 xt/author/00-compile.t                             |   2 +-
 xt/release/changes_has_content.t                   |   2 +-
 xt/release/clean-namespaces.t                      |  11 +
 xt/release/distmeta.t                              |   5 +-
 xt/release/kwalitee.t                              |   9 +-
 xt/release/no-tabs.t                               |  48 +-
 xt/release/pod-syntax.t                            |   5 +-
 xt/release/test-version.t                          |  22 -
 52 files changed, 2829 insertions(+), 1180 deletions(-)
 delete mode 100644 README.md
 delete mode 100644 debian/patches/add-whatis-to-pod
 delete mode 100644 debian/patches/series
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/zzz-check-breaks.t
 create mode 100644 xt/release/clean-namespaces.t
 delete mode 100644 xt/release/test-version.t

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



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