[libstrictures-perl] branch master updated (dd200bf -> 5dbb393)
Axel Beckert
abe at deuxchevaux.org
Tue Jun 30 22:29:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
abe pushed a change to branch master
in repository libstrictures-perl.
from dd200bf Prepare changelog for release
new 24c3326 Add debian/upstream/metadata
new 5cd54cd Update debian/changelog
adds 394c3a4 first version of strictures.pm - code and brief docs
adds eae006e port build system to new style, fix POD tests to pass
adds dca7f18 tweak extra testing to not fire user side
adds 17b03f2 clarify indirect as an author requirement
adds 98b2be9 fix up tests
adds 83b80b6 release commit - 1.1.0
adds 0925b84 fix warnings, improve author side error
adds 653f437 add bareword::filehandles and multidimensional
adds f0be0be bump version to 1.2.0 since we're adding author checks
adds d81f898 convert to Distar, fixup author
adds e059a4e Release commit for 1.002000
adds abacb15 rename t/smells-of-vcs/.svn to .exists and mkdir a .git instead
adds 6f823c0 bump version to 1.2.1 for point release to ease debian packaging
adds d59c456 Release commit for 1.002001
adds 93ae637 fix spelling error (thanks to mxey of #debian-perl)
adds 13ac741 only try and mkdir the .git if it doesn't already exist
adds 23d8c3b bump version to 1.2.2 for 'matt is an idiot' test fixing point release
adds 63e01e1 Release commit for 1.002002
adds 084caaf No extra tests on ancient perls
adds 72e115b gitignoring
adds ffedb16 defatalize lack of extra testing modules
adds 0e8766d test ALL the tests
adds 13bd22b 1.3.0 since we've increased the extra testing
adds 0d5633d correct distar setup
adds bc2262b fix test to handle defatalization
adds 2e6099f bump version
adds 4a5dfa3 Release commit for 1.003001
adds 5ab06a4 switch to testing calling file to avoid firing on dependencies
adds 4b6c11e bump version for release
adds c196069 update manifest inclusions
adds 925db0d Release commit for 1.004000
adds de11188 repository metadata
adds 0f96dea spelling and punctuation fix in die message
adds 12b8f19 memoized the VCS check into a global variable
adds e622821 move subtests into their own directory, so prove -lr t still works
adds d7e82cc detect when running tests via dzil
adds 37122df document the new behaviour in the presence of Dist::Zilla
adds a5f607c 1.004001
adds 2aed88e Release commit for 1.004001
adds f9df7e2 extra testing rationale
adds 91be28b add the web git repo information
adds 25877bf lots of C<> markup
adds 0eb0d03 use link markup whenever referring to this module, vs. strictures in general
adds 9a363fe I<> markup
adds d8c1c6b use em-dashes
adds 2288278 grammar, spelling, punctuation fixes
adds 00fbcdd Merge branch 'topic/doc_cleanup_20120908'
adds 7e4b1c0 update .gitignore with standard entries
adds 7b5a233 prep for 1.004002
adds 6aacc31 Release commit for 1.004002
adds 624cf8b use hyphen in error message
adds dfdfcba add pragmas to recommended prereq list
adds 4f21988 Attempt to load extra testing modules only once
adds 77f9ff7 strictures has no dynamic deps (no deps in fact)
adds 9d152c1 prep for release
adds 6dca649 Release commit for 1.004003
adds 488f296 fix 5.16 crash due to qw() list being readonly
adds 32afac1 simple repro case for crash bug
adds 6c6d9fb prep for 1.004004 release
adds 95190a0 Release commit for 1.004004
adds 8e604fe be specific that the crash was a regression in 1.004003 only
adds a91e95a added test on reporting of failure to load extra deps
adds 9c44af2 Fix 8e604fea from being overly specific - qw is readonly everywhere
adds 21e2b1b specify the minimum perl version necessary (for CPANTS)
adds 5f3bbd4 make changelog more readable, CPAN::Changes-compliant
adds 5c109c5 ensure we create a v2 meta file
adds bfbeb6f properly set v2 metadata!
adds 8190ff5 add self to contributors
adds 04b4a35 add self to contributors
adds 500f28d avoid constant.pm to save some memory (due to utf8)
adds 00bde08 also detect mercurial
adds a79d109 add myself to contributors
adds 96c8649 add SEE ALSO section with links to extra strictures modules
adds 3f0fa3c update changelog
adds 1d78688 include extra testing files
adds 088e735 update prereqs for meta v2
adds e5cde33 bump version
adds df160d7 Release commit for 1.005000
adds bce2c90 add missing skip label to test
adds c0c1252 update changelog
adds 640737c bump version
adds 026de4e Release commit for 1.005001
adds 5468e09 require the pragmas if a compiler is present
adds e925873 add ExtUtils::CBuilder to configure requires, and change to dynamic config
adds 27826cd don't list extra prereqs on perl < 5.8.4
adds d8ab8f8 update changelog
adds bddcde2 bump version
adds 6e4e7a7 Release commit for 1.005002
adds 6791b70 revert to previous formatting
adds ae3262c support PUREPERL_ONLY
adds 91b5f6b fix ->VERSION calls to query version in newer perls
adds e14a346 update changelog
adds 2b1798e bump version
adds 8db4d33 Release commit for 1.005003
adds 2c87c76 don't list extra prereqs as hard prereqs in META
adds 0160203 upgrade changelog
adds b0ea927 bump version
adds 6b8881a Release commit for 1.005004
adds c4a93ab clean everything in "make realclean"
adds ef585b6 fix bump-version to use the right filename(s), handle decimal versions
adds b3ee518 include perl version in prereq metadata
adds 2ef98ed fix Makefile.PL boilerplate bug
adds c4ddf87 put perl prereq in correct location
adds d4cd819 better bump-version, from Import::Into
adds b63d5bb strip off comment, that doesn't get bumped with the real $VERSION
adds 5cc7b5d changelog
adds eab1cef bump version
adds f0d036c Release commit for 1.005005
adds 18f7122 update Makefile.PL boilerplate
adds 7aaefdb remove version bumping make targets and let distar handle it
adds 754bf3a remove realclean from Makefile.PL and let Distar handle it
adds 7bda951 fix test for t/xt/lib/blib to only trigger on directories
adds 2da53f4 delay checking for vcs dirs until we are in an appropriate file
adds 4d27540 changelog
adds 5b2a026 include dir sep in regex in docs
adds 85ba5ac fix perl version conditional
adds 8c8a0b9 split extras testing into separate file and make it more robust
adds c6b0ba5 add travis config
adds edde9d1 avoid using pod checking functions that plan
adds 2074d68 list pod test modules as develop prereqs
adds b43e54c don't silence errors in tests
adds 20b853b make sure VERSION is numified
adds f9ad4cf mention test cleanup in changelog
adds 9668cbf bump version to 1.005006
adds 1606825 Release commit for 1.005006
adds 3e14202 reformat docs
adds 92cde69 store requested strictures version so we can switch behavior based on it
adds 8f0df51 refactor extras loading
adds c5a67be refactor file checking for extras
adds 9d76399 factor out env check from file check
adds a97f64c better error handling for bad versions
adds 967e00d refactor hints testing for better naming and flexibility
adds 23c0b85 strictures 2, disabling fatal warnings on some categories
adds 1c35787 document version switching and version 2 behavior
adds 1931c77 comments about why we have some exceptions to fatal
adds 7a0d7a9 author test for new warning categories
adds de34066 don't test category list if other modules preloaded
adds c5b35dd add 5.20 warning categories
adds 6a190a7 add strictures::extra module
adds 7c7063c better testing of extra module load failures
adds d50343b use different mechanism for disabling some warnings
adds 40836cc clarify behavior of extras
adds 1e139b4 add new warning categories from 5.21 series
adds d771b3b update docs for current behavior
adds d48424b add rationale for category exclusions to docs
adds 5e9c8bf changelog for v2
adds 07dc8b0 change to version 1.999_001, but set it to 2 at runtime
adds fa30d70 Merge branch 'version-2'
adds a85f320 Release commit for 1.999_001
adds 1998749 remove extraneous manifest includes
adds 24590d9 avoid goto UNIVERSAL::VERSION on 5.6
adds 1806975 better diagnostics on version check failure
adds 95d54bc add missing 5.6 warning categories
adds 5799c6a changelog 5.6 fixes
adds 415df73 bump version to 1.999_002
adds 5a73c07 Release commit for 1.999_002
adds 19359f5 bump version to 2.000000
adds 916fb8b remove 1.999 headers from changelog
adds cb60254 Release commit for 2.000000
adds 7470ef5 also check for .bzr
adds dfe53a5 add new experimental::bitwise category
adds fc2cc31 more extensive travis testing
adds 9e56bf6 wait until STDERR is restored before rethrowing error in test
adds 4981fd9 remove extraneous strictures import in test
adds b4f4fcf use string eval for testing hints to avoid compile vs runtime complexity
adds cd78276 calculate next version to test rather than hard coding
adds 161de96 only goto &UNIVERSAL::VERSION on perl 5.10+
adds 9f180a3 clean up hint capturing code
adds 73fab00 changelog
adds f771c08 update abstract since we don't fatalize all warnings anymore
adds 916b4fd changelog
adds 3d4f777 don't rely on VERSION method to retrieve version to test against
adds a086d4e test that we can use the exact current strictures version
adds 7a29a3e Bumping version to 2.000001
adds 2be44a4 Release commit for 2.000001
adds 8480a7f Imported Upstream version 2.000001
new f9130e4 Merge tag 'upstream/2.000001'
new b1f3639 Update debian/changelog
new 5dbb393 Add a NEWS.Debian file to list incompatible upstream changes
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 | 22 ++
MANIFEST | 12 +-
META.json | 9 +-
META.yml | 6 +-
Makefile.PL | 13 +-
README | 126 +++++--
debian/NEWS | 12 +
debian/changelog | 8 +
debian/upstream/metadata | 8 +
lib/strictures.pm | 420 ++++++++++++++++-----
lib/strictures/extra.pm | 41 ++
maint/Makefile.PL.include | 5 -
maint/Makefile.include | 11 -
maint/bump-version | 39 --
t/crash.t | 37 +-
.../broken/bareword/filehandles.pm | 0
t/dep_constellations/broken/indirect.pm | 0
t/dep_constellations/broken/multidimensional.pm | 0
t/extras.t | 126 +++++++
t/smells-of-vcs/.exists | 0
t/smells-of-vcs/lib/one.pm | 5 -
t/smells-of-vcs/other/one.pl | 3 -
t/smells-of-vcs/t/one.faket | 3 -
t/strictures.t | 123 +++---
xt/all-categories.t | 40 ++
xt/pod.t | 11 +-
26 files changed, 796 insertions(+), 284 deletions(-)
create mode 100644 debian/NEWS
create mode 100644 debian/upstream/metadata
create mode 100644 lib/strictures/extra.pm
delete mode 100644 maint/Makefile.include
delete mode 100755 maint/bump-version
delete mode 100644 t/dep_constellations/broken/bareword/filehandles.pm
delete mode 100644 t/dep_constellations/broken/indirect.pm
delete mode 100644 t/dep_constellations/broken/multidimensional.pm
create mode 100644 t/extras.t
delete mode 100644 t/smells-of-vcs/.exists
delete mode 100644 t/smells-of-vcs/lib/one.pm
delete mode 100644 t/smells-of-vcs/other/one.pl
delete mode 100644 t/smells-of-vcs/t/one.faket
create mode 100644 xt/all-categories.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libstrictures-perl.git
More information about the Pkg-perl-cvs-commits
mailing list