[libmoosex-semiaffordanceaccessor-perl] branch master updated (3252197 -> 87fd2fe)

Intrigeri intrigeri at moszumanska.debian.org
Tue Oct 14 21:27:33 UTC 2014


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

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

      from  3252197   libmoosex-semiaffordanceaccessor-perl (0.09-2)
       new  693de7c   Update upstream Git repository URL.
      adds  a338e27   initial code import
      adds  3e22cdd   updated manifest
      adds  73f3070   Shut up my critic.
      adds  2a37e08   Add a release date.
      adds  e1b4b11   MANIFEST updates
      adds  e2727e0   Require Perl 5.6.1+
      adds  9d5dda1   More prereq updating. Prep for 0.02 release.
      adds  b95d9f9   Renamed to MooseX::SemiAffordanceAccessor, because we no longer need Moose::Policy, just Moose::Util::MetaRole.
      adds  5826584   update changes
      adds  e72c002   add .shipit file
      adds  1a0388e   I don't find this critic stuff useful for my own modules
      adds  b1404b3   Ignore init_meta
      adds  58828d6   Add POD
      adds  31d1505   update copyright year
      adds  c307fce   Spacing tweaks
      adds  5f9f886   More tests to make sure that if a reader or writer is explicitly set, we don't mess with the method names
      adds  08ec520   add test for is => 'bare'
      adds  883845e   don't delete the is option unless it's 'ro' or 'rw'
      adds  415c244   bump version to 0.04
      adds  132dbe0   Add changes for 0.04
      adds  e82a156   Update .shipit for git
      adds  b780ab7   Update skip list
      adds  812027e   ignore files
      adds  5b272b0   More to ignore
      adds  94e0bf7   update test for git
      adds  0a613fc   require a more recent Moose
      adds  de3787e   bump version and add release date
      adds  f227d76   run all code through perltidy
      adds  9ced806   use done_testing
      adds  ce6e672   A little more code tidying
      adds  94eaef8   Load order _does_ matter, and this is the case for all MX modules
      adds  bcb2f82   remove pod tests
      adds  5177f5e   dzilize
      adds  7891bc2   add dist.ini and require Moose 0.94
      adds  bcbbdb2   add spelling test
      adds  b94c32e   remove Build.PL
      adds  d0cab51   Add changes for 0.06
      adds  ddefa20   Fix version
      adds  579f365   Update .gitignore
      adds  a4e3c04   fix bugtracker uri
      adds  7181246   Changes for 0.07
      adds  1775cfa   Bump version
      adds  3108559   Fix repo type
      adds  8d547f4   Fix order of loading in SYNOPSIS
      adds  f0b32c0   Changes for 0.08
      adds  5721bf1   Bump version
      adds  080d1e6   add applied_attribute metarole
      adds  8a1964e   Use applied_attribute metarole with Moose 1.9900+
      adds  4233396   Add docs on accessors in roles
      adds  379d7cd   Changes for 0.09
      adds  ea8da18   Bump version
      adds  9b1af48   Add whitespace
      adds  f33c93c   Only add metaroles if in new Moose
      adds  2c4a430   Role tests are in a separate file
      adds  9e335a5   Add all rights info needed
      adds  5bf060a   Don't bother with Kwalitee tests
      adds  13eaa25   Update pod test plugins
      adds  33a0d34   Add $NEXT token to Changes
      adds  2cf3499   Changes for next release
      adds  b4e0faa   Use @DROLSKY plugin bundle
      adds  0d8abb6   Add README.md
      adds  8deeb5c   Add ABSTRACT to MX::SAA::Role::Attribute
      adds  0045e38   Skip SYNOPSIS test for trait
      adds  87ddfb5   Bump version
      adds  3db98e2   v0.10
      adds  f3300a7   Imported Upstream version 0.10
       new  3394bbb   Merge tag 'upstream/0.10'
       new  5573300   Declare compliance with Standards-Version 3.9.6 (no change needed).
       new  264873d   whatis.patch: dropped, applied upstream.
       new  87fd2fe   libmoosex-semiaffordanceaccessor-perl (0.10-1)

The 5 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                                            |   5 +
 MANIFEST                                           |  16 +-
 META.json                                          | 606 ++++++++++++++++++++-
 META.yml                                           | 460 +++++++++++++++-
 Makefile.PL                                        |  72 ++-
 README                                             |  14 -
 lib/MooseX/SemiAffordanceAccessor.pm => README.md  |  75 +--
 SIGNATURE                                          |  41 --
 debian/changelog                                   |  10 +
 debian/control                                     |   2 +-
 debian/patches/series                              |   1 -
 debian/patches/whatis.patch                        |  18 -
 debian/upstream/metadata                           |   4 +-
 dist.ini                                           |  41 +-
 lib/MooseX/SemiAffordanceAccessor.pm               |  15 +-
 .../SemiAffordanceAccessor/Role/Attribute.pm       |  29 +-
 t/00-compile.t                                     |  51 ++
 t/00-report-prereqs.dd                             |  44 ++
 t/00-report-prereqs.t                              | 176 ++++++
 t/author-no-tabs.t                                 |  38 ++
 t/author-pod-spell.t                               |  38 ++
 t/{release-eol.t => release-cpan-changes.t}        |  13 +-
 t/release-pod-coverage.t                           |  38 +-
 t/release-pod-linkcheck.t                          |  28 +
 t/release-pod-no404s.t                             |  29 +
 t/release-pod-spell.t                              |  37 --
 t/release-pod-syntax.t                             |   5 +-
 t/{release-no-tabs.t => release-portability.t}     |  11 +-
 t/{release-pod-syntax.t => release-synopsis.t}     |   6 +-
 29 files changed, 1626 insertions(+), 297 deletions(-)
 delete mode 100644 README
 copy lib/MooseX/SemiAffordanceAccessor.pm => README.md (50%)
 delete mode 100644 SIGNATURE
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/whatis.patch
 create mode 100644 t/00-compile.t
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 create mode 100644 t/author-no-tabs.t
 create mode 100644 t/author-pod-spell.t
 copy t/{release-eol.t => release-cpan-changes.t} (55%)
 create mode 100644 t/release-pod-linkcheck.t
 create mode 100644 t/release-pod-no404s.t
 delete mode 100644 t/release-pod-spell.t
 rename t/{release-no-tabs.t => release-portability.t} (58%)
 copy t/{release-pod-syntax.t => release-synopsis.t} (56%)

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



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