[libmoosex-traits-perl] branch master updated (87f74dd -> 357bea2)
gregor herrmann
gregoa at debian.org
Sun Oct 25 17:27:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libmoosex-traits-perl.
from 87f74dd update changelog
adds c9e58af Imported Upstream version 0.12
new 93f5459 Merge tag 'upstream/0.12'
new 5c2acbf Add debian/upstream/metadata
new 1bfbd03 Update debian/changelog
adds 541c05d initial import
adds 7b66b02 basically working
adds c128603 make sure creating classes without traits works
adds f7402b7 add more tests
adds 7a4c84f add docs
adds 7a48d18 add changelog
adds a8791b1 add more docs about +Trait
adds ba0166c use new_with_traits instead of around new
adds 9a3cfcb commit changes
adds 4d2e58a really, what is so bad about SVN :P`
adds ec9c77e bump to 0.03; delete whitespace
adds ad8761e allow traits => []
adds e8da591 use $class->meta->constructor_name instead of 'new'
adds 4eb47b3 factor out loading of the trait classes
adds d5e0d59 add apply_traits method
adds 20cb477 prepare for 0.04
adds 1c3b14b support subclasses of classes that use MX::Traits
adds 81e1dec prepare for 0.05 release
adds 2a93441 support hashrefs in new_with_traits
adds 353b859 bump CMOP prereq to one that has constructor_name
adds 82a4b80 add bare
adds 081295f only do "is => bare" for old moosen
adds 1a51d43 update to 0.06
adds 364c8c7 Revert "only do "is => bare" for old moosen"
adds 2d45ed5 Changelogging.
adds 1a7c41a Remove empty README.
adds d348341 Version 0.06.
adds 875cd63 Update .gitignore.
adds 56deebf support parameterized roles (part 1; to class)
adds 84151df deprecate runtime application; too hard to get right.
adds b0929b9 factor out trait name resolution code to a separate module (so other modules can use the same logic)
adds fe00b29 rename this to ::Util
adds 21a0fac make building the class an exportable method in ::Util
adds 00dbccb test new_class_with_traits
adds 69be2fa update changelog and version number for 0.07
adds 0e2e4e6 Support passing traits => 'OneTrait'
adds 8895eec Add .gitignore and built dists to MANIFEST.SKIP
adds f61895b Bump version
adds 934d270 add with_traits feature, update list of contributers, bump version to 0.09
adds e10a23e if we have a +, return the non-+ version ASAP.
adds 991ba2b Require newer MX::R::P
adds a776924 Stop pretending the created classes are anonymous
adds f685bbe Version 0.10.
adds 060f724 Fix doc typo. jawnsy++
adds 51e6c9c Version 0.11.
adds 568c0d3 Class::MOP::load_class has been deprecated in Moose 2.1200
adds 390822c the repository now lives at https://github.com/moose/MooseX-Traits
adds 34ff4c6 convert to Dist::Zilla
adds 53b867c canonicalize dates in Changes file
adds a2d6864 use Test::Requires here for an optional dep
adds ad514de make pod tests pass again
adds a963145 remove unneeded shebang
adds 4c98b37 convert uses of Test::Exception to Test::Fatal
adds 423a5f8 empty commit for contributors metadata
adds 749e90d empty commit for contributors metadata
adds 543eb06 empty commit for contributors metadata
adds 753b6b0 empty commit for contributors metadata
adds fc9170f empty commit for contributors metadata
adds f2ce21c map some addresses to canonical ones
adds 11f2888 MooseX-Traits-0.12
adds 68ca3e9 oops, fix mailing list metadata
adds 6d00f44 add failing test for method overridden by trait
adds 8d7b612 Merge pull request #1 from abraxxa/master
adds 3965037 make failing test a TODO
adds 60a5405 new PodWeaver has better encoding handling
adds bf77a1d use caps in abstract
adds db44a46 refresh autogenerated documentation for github
adds 9f01b79 now using [Git::Contributors]
adds 8d47e8f remove unnecessary plugin
adds 69b167d ignore build output from my plugin bundle
adds 757a121 remove redundant option
adds cbb653b use the surgical option right from my bundle
adds e96a3f8 keep all namespaces clean
adds c854fee use a more specific link
adds 3a2cfb3 hardcode the distribution name in Changes, to reduce churn on each release
adds db28b6c affirm that we work as far back as Moose itself does
adds 7e3770e keep $VERSION right in the repo
adds e1f3d12 switch to my podweaver plugin bundle
adds bd62621 add a test that runs `moose-outdated`
adds b72f2bc this is a distribution eligible for static install
adds 832db7e Changes entry for this release
adds 1b6e7ce tighten up entries
adds 260d834 MooseX-Traits-0.13
adds 8465749 Imported Upstream version 0.13
new 2184b27 Merge tag 'upstream/0.13'
new 77d45b5 Update debian/changelog
new 4a22698 Update years of packaging copyright, and Upstream-Contact.
new f717834 Reformat debian/control with cme
new e2669a2 Mark package as autopkgtest-able.
new 26486a5 Declare compliance with Debian Policy 3.9.6.
new 6ddea32 Explicitly (build) depend on Moose.
new 357bea2 releasing package libmoosex-traits-perl version 0.13-1
The 11 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 | 135 ++++-
CONTRIBUTING | 46 +-
Changes | 3 +
INSTALL | 1 -
LICENSE | 2 +-
MANIFEST | 17 +-
META.json | 1124 +++++++++++++++++++++++++++-----------
META.yml | 858 ++++++++++++++++++++---------
Makefile.PL | 96 ++--
README | 6 +-
README.md | 134 -----
debian/changelog | 12 +-
debian/control | 6 +-
debian/copyright | 4 +-
debian/upstream/metadata | 8 +
dist.ini | 16 +-
lib/MooseX/Traits.pm | 63 +--
lib/MooseX/Traits/Util.pm | 16 +-
t/00-report-prereqs.dd | 139 +++++
t/00-report-prereqs.t | 253 +++++----
t/basic.t | 11 +
t/zzz-check-breaks.t | 18 +
weaver.ini | 10 -
xt/author/00-compile.t | 16 +-
xt/author/clean-namespaces.t | 11 +
xt/author/eol.t | 39 ++
xt/author/kwalitee.t | 9 +
xt/author/mojibake.t | 9 +
xt/author/no-tabs.t | 39 ++
xt/author/pod-spell.t | 32 +-
xt/release/changes_has_content.t | 2 +-
xt/release/distmeta.t | 5 +-
xt/release/eol.t | 8 -
xt/release/kwalitee.t | 4 -
xt/release/minimum-version.t | 2 +-
xt/release/mojibake.t | 12 -
xt/release/no-tabs.t | 15 -
xt/release/pod-coverage.t | 12 +-
xt/release/pod-syntax.t | 5 +-
xt/release/portability.t | 12 +
xt/release/test-version.t | 22 -
xt/release/unused-vars.t | 8 -
42 files changed, 2157 insertions(+), 1083 deletions(-)
delete mode 100644 README.md
create mode 100644 debian/upstream/metadata
create mode 100644 t/00-report-prereqs.dd
create mode 100644 t/zzz-check-breaks.t
delete mode 100644 weaver.ini
create mode 100644 xt/author/clean-namespaces.t
create mode 100644 xt/author/eol.t
create mode 100644 xt/author/kwalitee.t
create mode 100644 xt/author/mojibake.t
create mode 100644 xt/author/no-tabs.t
delete mode 100644 xt/release/eol.t
delete mode 100644 xt/release/kwalitee.t
delete mode 100644 xt/release/mojibake.t
delete mode 100644 xt/release/no-tabs.t
create mode 100644 xt/release/portability.t
delete mode 100644 xt/release/test-version.t
delete mode 100644 xt/release/unused-vars.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-traits-perl.git
More information about the Pkg-perl-cvs-commits
mailing list