[libmoosex-types-common-perl] branch master updated (b477b15 -> 980080f)
gregor herrmann
gregoa at debian.org
Sun Oct 25 17:33: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-types-common-perl.
from b477b15 update changelog
new 79afcd5 Add debian/upstream/metadata
new 25d9015 Update debian/changelog
adds 3379cc4 initial checkin
adds ac73ab5 restructuring
adds 5b561c8 oops
adds 16d25b0 add manifest skip file
adds 6820e93 tiny POD update and cosmetic dist stuff
adds acf4d24 Add a nice loud warning for idiots like me who type the wrong thing all the time
adds cb7c096 RT#54357, fix test_requires
adds d2461fd add inline_as definitions for each type
adds 0cedb31 Add more tests, including tests that 0 is not negative or positive
adds d0b8bc7 Zero is not negative or positive
adds d52d969 Add OrZero types for numbers
adds cf9870a Add release date for 0.001002
adds d818949 Changes for next release
adds 0ab51d6 add release date/time
adds c89e026 bump version
adds 3d27225 use Test::Fatal instead of Test::Exception
adds dca5052 update README (pod2text)
adds a5c9a43 add upper/lowercase for SimpleStr and Str
adds 9e0d8ae update Changes
adds a40ef11 bump version
adds 559b5d7 RT #74346
adds 0a39a4d changes
adds 31633b2 bump version
adds c7cac4c pod fix per RT #75168
adds b5cd7cc bump version
adds 6a91f25 changes
adds c52f847 no more Test::Exception
adds 36b1cc4 bump version
adds 2ef4393 changes
adds 4a30597 explicitly test \n in non-simple strs
adds 19ef3f5 Upper and Lower types should accept nonalphabetic characters too
adds 808c114 Merge branch 'topic/string_case_types'
adds bf8650d prep for release
adds a586085 make changelog more readable, CPAN::Changes-compliant
adds eae6c2c remove unneeded shebangs
adds 3ebb788 convert to Dist::Zilla
adds d174f76 fix spelling, whitespace, unused vars release test failures
adds 265ef5d this test is redundant with t/00-compile.t
adds 8ee1241 remove needless use of moose attributes when testing
adds c44948b remove needless use of Capture::Tiny
adds 07d2232 add (author-only) warning tests
adds 966ead6 SingleDigit now accepts [-9 .. 9] not [1 .. 9]
adds edd6ff8 properly handle unicode in upper/lowercase types
adds f338972 empty commit for contributors metadata (re RT#84547)
adds 5d200f1 move repository to http://github.com/moose/MooseX-Types-Common
adds 3003bc8 MooseX-Types-Common-0.001009
adds e853cac set version requirement on Test::Warnings
adds c8a826b Merge pull request #1 from haarg/test-warnings-version
adds 464f644 add missing develop prereq
adds 6fc2bc2 changelog for TW fix
adds 3ff0d5d changelog for [Test::Compile] release
adds fb387f3 remove tabs
adds a2a0850 MooseX-Types-Common-0.001010
adds 60c5eaa add UpperCaseStr and LowerCaseStr types
adds 3f62326 Merge remote-tracking branch 'xeno/credit-for-my-work'
adds ffa03bd [-Encoding] is redundant with Pod::Weaver 4.000
adds e2f992a add irc and mailinglist addresses to metadata
adds 17dc95b add a clean namespaces test
adds b3bf2a0 new CONTRIBUTING file
adds c66836c refresh this file with metacpan links
adds e9d22a9 remove the ego lines in the changelog
adds 54f897a canonicalize timestamps
adds 53965ad changelog for next release
adds b1e8812 MooseX-Types-Common-0.001011
adds caab910 add missing authordep
adds 23ccebf make fully-qualified type names work again (sorry tobyink!)
adds 756c906 MooseX-Types-Common-0.001012
adds 1b77a4e bring back namespace::autoclean and clean namespaces test, using fix in new MooseX::Types
adds 86ecb71 disable cleaning namespaces when MXT isn't new enough
adds 8b4e1e2 run moose-outdated in tests
adds ee8d264 tighten up entries
adds d9c3872 at long last, drop the use of fatal warnings in tests
adds ce8712a now using [Git::Contributors]
adds ec6aebb remove unneeded plugin
adds 86924ae remove plugin that will generate a test that will fail on older MooseX::Types
adds d415af7 make namespace test an author test
adds 58f93be ensure we do not fail from thinking we should allow 5.006
adds 6bee18b declare author prereq for clean namespace test
adds f3975d5 remove redundant option
adds 3f2e75a avoid having to call nac here
adds fdc014a support whitespaces for NumericCode
adds e054d66 changelog for PR#3
adds db1aaa7 MooseX-Types-Common-0.001013
adds fa4e1f5 Imported Upstream version 0.001013
new ed512a8 Merge tag 'upstream/0.001013'
new ed603f8 Update debian/changelog
new 7699253 Update years of upstream and packaging copyright.
new 7cefbed Reformat debian/control with cme
new ec92cfb Mark package as autopkgtest-able.
new 5ff597e Declare compliance with Debian Policy 3.9.6.
new c0cc514 debian/copyright: update Upstream-Contact.
new 980080f releasing package libmoosex-types-common-perl version 0.001013-1
The 10 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 | 132 +++++-
CONTRIBUTING | 40 +-
Changes | 4 +
INSTALL | 1 -
LICENSE | 8 +-
MANIFEST | 11 +-
META.json | 810 +++++++++++++++++++++++++++----------
META.yml | 625 +++++++++++++++++++---------
Makefile.PL | 72 ++--
README | 6 +-
README.md | 64 ---
debian/changelog | 11 +-
debian/control | 33 +-
debian/copyright | 6 +-
debian/upstream/metadata | 9 +
dist.ini | 10 +-
lib/MooseX/Types/Common.pm | 43 +-
lib/MooseX/Types/Common/Numeric.pm | 18 +-
lib/MooseX/Types/Common/String.pm | 22 +-
t/00-report-prereqs.dd | 131 ++++++
t/00-report-prereqs.t | 250 +++++++-----
t/01-string.t | 2 +-
t/02-numeric.t | 2 +-
t/03-idiot.t | 2 +-
t/04-coerce.t | 3 +-
t/05-unicode.t | 2 +-
t/06-fully-qualified.t | 5 +-
t/zzz-check-breaks.t | 18 +
weaver.ini | 2 -
xt/author/00-compile.t | 9 +-
xt/author/clean-namespaces.t | 10 +
xt/author/eol.t | 25 ++
xt/author/no-tabs.t | 40 ++
xt/author/pod-spell.t | 31 +-
xt/release/changes_has_content.t | 2 +-
xt/release/distmeta.t | 5 +-
xt/release/eol.t | 8 -
xt/release/kwalitee.t | 9 +-
xt/release/minimum-version.t | 2 +-
xt/release/no-tabs.t | 16 -
xt/release/pod-coverage.t | 12 +-
xt/release/pod-syntax.t | 5 +-
xt/release/portability.t | 1 +
xt/release/test-version.t | 22 -
xt/release/unused-vars.t | 8 -
45 files changed, 1720 insertions(+), 827 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
create mode 100644 xt/author/clean-namespaces.t
create mode 100644 xt/author/eol.t
create mode 100644 xt/author/no-tabs.t
delete mode 100644 xt/release/eol.t
delete mode 100644 xt/release/no-tabs.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-types-common-perl.git
More information about the Pkg-perl-cvs-commits
mailing list