[libdevel-stacktrace-perl] branch master updated (ac03ed9 -> 4db1206)
gregor herrmann
gregoa at debian.org
Tue Dec 27 22:29:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libdevel-stacktrace-perl.
from ac03ed9 update changelog
adds 9dff199 working
adds 47fcb58 *** empty log message ***
adds 723b3b4 use overloading
adds 58ef480 test overloading
adds a1c794e Stole code from Carp.pm to use for StackTraceFrame->as_string method
adds 7886b11 test expects new as_string output
adds d2c0986 fixed as_string method added docs changed code so that StackTrace subclasses are not ignored (unless you ask it to)
adds 0cb8eed upped version to 0.1
adds 908b03e upped version number
adds 7c0bc5f added something
adds 7e811d2 upped version so I can do new upload to CPAN with real README
adds 4de389e changed class name
adds 93dd302 changed class name doc cleanup
adds 94da080 more descriptive
adds ba0fa27 new tests. put in #line directive
adds bc1776c 3 new methods. new docs for them
adds 7fbe1da added use 5.005 added frames method
adds e521188 test of frames method
adds 51ecdad changed version
adds 052a943 added note that this module needs 5.005
adds 5dd6534 changes file
adds d70b6d7 added Changes
adds db401fa formatting of docs
adds d341c1a added note about 5.6.0 failures
adds 4d039ab should run cleanly under 5.00503 & 5.6.0+
adds 1ae7068 added docs for 5.6.0 methods
adds 65c43ad changes
adds 533f943 removed 5.6.0 warning
adds b968032 note about 5.6.0 bugs
adds 88e961c use Tie::SecureHash instead of pseudo-hashes
adds bad27e9 doc bug fix remove all pseudo-hash stuff
adds 714c4a5 version to 0.85
adds dfbf7d6 *** empty log message ***
adds cefad25 *** empty log message ***
adds 1825d33 doc tweaks
adds ae60b2c fix pod nit
adds 89d3475 use Test::More tests for storing/not storing objects
adds dccd83b better tests
adds a51d29d code cleanup option to not hold onto objects internally
adds c7d078e fix test
adds 9058719 why not 1.00?
adds d3b098c changes
adds ce4963f fix test
adds 56cc3cf no_object_refs => no_refs
adds 7ea50fa handle deprecated no_object_refs
adds ad156e8 test no_refs & no_object_refs
adds 594dc5b up version
adds f4f4223 update
adds bb4e5fb ch ch
adds 9631077 add Test::More prereq
adds 778e82c up v num
adds 43c8ea7 *** empty log message ***
adds 1b7f507 no recursion with E::C::B stringification
adds a0575ea skip
adds ae54f63 *** empty log message ***
adds ce8de43 reformat for clarity
adds 15b4980 *** empty log message ***
adds 566d26f don't return in do blocks
adds 603f1db *** empty log message ***
adds 63aa192 pod cleanup
adds 99b5673 rename some files
adds 7cacfd0 updates after files moves and move to subversion
adds 8849d1d add a test that fails for bug report from "Mark"
adds 7e084cf apply patch to fix bug
adds c4472ff changes
adds b57ee0b new version
adds 235c5f1 include META.yml
adds 5cbe196 switch to Module::Build
adds cf3606f updates
adds 8b9e056 quote module name
adds dc63fe2 tweaks
adds f325833 by default, ignore string overloading when stringifying things
adds f8639ef
adds 8fcea8c fix failures on win32 add pod tests
adds 0721ca3 handle overload::Overloaded dying
adds e7bdc8f avoid warning
adds ce4d34b localize $@ before eval block only call ref_as_string if we have a ref
adds 29e7b13 new version
adds 3c5dcba remove extra 1;
adds 3a055ef changes
adds a375151 use traditional Makefile.PL
adds 912dbfa new version
adds 5fd5230 *** empty log message ***
adds a0228a4 remove generated file from source control
adds fa2ca8a canonicalize filename in frames
adds 760b887 not executable
adds 3634f64 detabify
adds 07e05fa fix synopsis
adds e78feee possible fix for failing tests on Win32
adds 39f6a68 add release date
adds 47f7c0c Modernize support, license, copyright
adds 36ba23a Some micro-optimizations from Ruslan Zakirov and some doc tweaks.
adds 2fbf8c1 New release
adds c360363 Make LICENSE not executable.
adds 6a9193e Make more files not executable.
adds a50b145 Rename 99-pod.t to pod.t
adds f2b11e1 Ignore generated files
adds c590812 Don't make any frame objects when constructing a stack trace object. Just capture the stack information in the constructor, and make the frames as needed.
adds 978ff12 Fix spacing.
adds f9b43ba Treat wantarray as a boolean
adds f81fce2 not executable
adds d0dedac changes for 1.16
adds cee6c25 Updated pod tests
adds 8f95d3e add kwalitee test
adds 4eca640 v 1.16
adds 4dfae1f Apply max_arg_length patch from RT #33519.
adds 27f427d add .shipit file
adds 6cc7417 remove generated files
adds 0499af6 ignore all generated files/
adds fd0eb08 create README
adds 7f554ed fix win32 test failure
adds a2c1080 Checking in changes prior to tagging of version 1.18. Changelog diff is:
adds a2550c4 Require (and use) Perl 5.6.0+
adds fa8cd3f Stringify version
adds 8428c3c Remove some cruft that was there to accomodate 5.005
adds 803d3e5 Skip tests with Perl < 5.8.7, because utf8 was more broken back then.
adds db82a15 bump version #
adds e0d9b45 only run bad utf8 tests on 5.8.8+
adds e57ecc1 Update changes
adds 3a20264 Checking in changes prior to tagging of version 1.20. Changelog diff is:
adds 1aeb994 Handle overloaded objects which don't provide stringification safely.
adds c685a90 Got rid of use_ok test
adds d7f60cb Fix line # issues
adds 2f46663 Refactored ignore package & class into a filter mechanism
adds 36f6baf Always include user provided filter
adds a734aec Add a generic frame filter feature and tests for it
adds de0a5b9 Add docs for frame_filter method.
adds 23338f3 Add changes for 1.21 and date
adds 039cf0c Bump version to 1.21
adds 824238f Fix test count
adds 7b8dbea Update MANIFEST.SKIP
adds 8d33e87 update ignore list
adds fe21f9c Remove an entirely unused method
adds 3a81d2b Formatting
adds 8b466d7 Add Changes for 1.22
adds 6dfa7ea use AddrRef instead of StrVal
adds 9ff7248 bump version
adds c17bb5b Don't use @a
adds d935cd1 update tags
adds a650e19 Update meta resources
adds 54f7f9d Add message & indent options, with tests
adds 57bb8ab modernize all tests
adds 445d40f Add .hgignore
adds d70fe6f dzilize
adds c3452bf dzilize code
adds 5ccdbd9 update xt tests and more dzilization
adds 3911be2 no need for Build.PL
adds ad0f218 run all code through perltidy
adds 1717f7d Changes for 1.23
adds 6082b41 More line # fixes
adds ce39469 Bump version
adds 2c38629 Style tweaks for examples
adds 5fd567d Move frame to its own .pm file
adds 1881f8a Add hacklet to keep dzil from adding a VERSION
adds 493fa17 Changes for 1.24
adds 4315344 Bump version
adds 9e71565 Added tag 1.24 for changeset a61802d1c1f1
adds 505996b Add @Mercurial bundle
adds 82179fe Added tag 1.23 for changeset 7175cdebacc2
adds c3550e4 Fix back-compat shim
adds b26b02a Changes for 1.25
adds 8dda63a Bump version
adds 928cef6 Add test for back-compat of Devel::StackTraceFrame class
adds 651a384 Formatting
adds 8ca2fae Added tag 1.25 for changeset 16d0af437fda
adds edacb52 localiez $@ and $SIG{__DIE__} before eval in as_string
adds 4aeb2d3 Changes for 1.26
adds ff3750e Turn all dates in YYYY-MM-DD
adds 2c872cb Bump version
adds 2623830 Added tag 1.26 for changeset f20b266eb4df
adds 7363413 remove .shipit
adds 2f9559b Skip tests on 5.13.8+
adds 9808b41 Changes for 1.27
adds 7019d02 Bump version
adds d1cc784 Add license & copyright_holder, update copyright_year
adds 8dda1fb Added tag 1.27 for changeset d8a166f13a1a
adds 37d4716 post hg conversion tweaks
adds cbebff3 post hg conversion tweaks
adds a739e68 post hg conversion - change repo uris in dist.ini
adds 946b0d8 Remove empty conditional
adds a99b865 More tidying
adds eb85475 Add no_args option
adds d828ff2 allow max_arg_length to be specified in as_string
adds a798887 Allow passing max_arg_length to as_string
adds 2f8844f Changes for next release
adds 648afb6 More Changes for next release
adds 1a2a6c2 Bump version
adds 82fa340 Add release dates for ancient releases
adds 8fbdee7 Add first release to Changes
adds cfcae3c Update spelling whitelist
adds 7708160 Require Test::More 0.88
adds 8949474 delete pod.t
adds 171c854 Modernize dist.ini
adds 7287167 v1.28
adds e6f31b3 Make frames() a read-write accessor to enable filtering the list of frames
adds e0577ab Changes for next release
adds bb71811 Bump version
adds 03f2e10 v1.29
adds 6806a8c Localize $@ and $SIG{__DIE__} before eval
adds 5a2b860 Bump version
adds aeca27d Bump copyright year
adds 6a75a0d v1.30
adds d7e31df Fix dupe words
adds 1aea9bc Add docs for as_string method
adds 21c7c91 Doc updates
adds f738f58 Bump version
adds 05afbf6 Remove copyright_year
adds f9079ed Use my PluginBundle
adds 9eaa5f0 Changes for next release
adds ba8d17c Hide all test packages from PAUSE
adds 2ce067e v1.31
adds 271e9ff Small doc formatting tweaks
adds d743921 Add filter_frames_early option to filter frames before stringifying args
adds ffca7d1 Bump version
adds 2921a88 v1.32
adds 0a35e7a add skip_frames option
adds cae455f Bump version
adds de08790 v1.33
adds 47473fd Give Graham credit for patch
adds 2554414 Replace use of // with ||
adds 59841c7 Bump version
adds 4e8ce2d v1.34
adds 9874253 Replace no_refs option with unsafe_ref_capture option
adds 94bc98e Remove support for no_object_refs param
adds 436a640 Hide Devel::StackTraceFrame class
adds a453a16 Add .travis.yml
adds 46c60f1 Bump version
adds f8dcdb7 Update .gitignore
adds 175cdae Somehow AutoPrereqs thinks this distro depends on Test.pm
adds bc346ca Mark POD as being in UTF-8
adds 46fc29f Update license/copyright info
adds 810fd3f Add README.md
adds 739245d v2.00
adds 8337368 Put $VERSION in each module
adds 408a382 Get tidyall tests passing
adds 37d2785 Add generated files
adds 8fbec80 Add 5.22 to build targets and use Travis containers
adds c576f4e Add dev to perl list, allow blead failures, add coverage, use travis-perl auto
adds d7cc436 Add aspell package
adds d298831 Include aspell-en package for .travis.yml
adds e2f4713 Quote Perl versions so 5.20 is not interpreted as 5.2
adds 0f26731 Fix using frames as a setter
adds 7a74df9 v2.01
adds b9d6500 Bump version after release
adds eb2fdc6 Fixing misspell in POD
adds 66e4c2e Merge pull request #9 from bessarabov/fix
adds e7a4fc6 Remove Test::CleanNamespaces plugin
adds 760b81e Update generated files
adds 208e28c Remove SUPPORT pod section so it can be auto-generated
adds 2a019d3 Test with Perl 5.24
adds 7052cf2 Remove empty parens on sub calls and some text formatting tweaks
adds ee0e562 Run coverage on 5.24
adds 93994e6 Use GitHub issues
adds e6ff548 Update percriticrc
adds c4f60cd Add Changes for next release
adds 8113be2 v2.02
adds a620d13 New upstream version 2.0200
new d20cdbb Merge tag 'upstream/2.0200'
new 3935e62 Update debian/changelog
new 4d377ef Update debian/upstream/metadata.
new 88722da Installe new upstream CONTRIBUTING file.
new bb46357 Update years of packaging copyright.
new 9d3dd01 Declare compliance with Debian Policy 3.9.8.
new 734ce17 Remove build-dep satisfied in oldstable.
new 4db1206 releasing package libdevel-stacktrace-perl version 2.0200-1
The 8 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:
CONTRIBUTING.md | 131 ++++
Changes | 7 +
INSTALL | 14 +-
MANIFEST | 31 +-
META.json | 762 +++++++++++++--------
META.yml | 621 ++++++++++-------
Makefile.PL | 4 +-
README.md | 346 +++++-----
cpanfile | 17 +-
debian/changelog | 11 +-
debian/control | 5 +-
debian/copyright | 2 +-
debian/libdevel-stacktrace-perl.docs | 1 +
debian/upstream/metadata | 7 +-
dist.ini | 2 +
lib/Devel/StackTrace.pm | 156 +++--
lib/Devel/StackTrace/Frame.pm | 42 +-
perlcriticrc | 12 +
t/00-report-prereqs.dd | 17 +-
t/00-report-prereqs.t | 10 +-
t/author-eol.t | 50 --
t/author-mojibake.t | 17 -
t/author-no-tabs.t | 50 --
t/release-cpan-changes.t | 19 -
t/release-meta-json.t | 12 -
t/release-pod-linkcheck.t | 28 -
t/release-pod-no404s.t | 29 -
t/release-synopsis.t | 13 -
t/release-tidyall.t | 17 -
tidyall.ini | 24 +-
t/author-00-compile.t => xt/author/00-compile.t | 20 +-
xt/author/eol.t | 27 +
xt/author/mojibake.t | 9 +
xt/author/no-tabs.t | 27 +
.../author/pod-coverage.t | 8 -
t/author-pod-spell.t => xt/author/pod-spell.t | 54 +-
t/author-pod-syntax.t => xt/author/pod-syntax.t | 8 -
t/release-portability.t => xt/author/portability.t | 10 -
xt/author/synopsis.t | 5 +
.../author/test-version.t | 11 +-
xt/author/tidyall.t | 16 +
xt/release/cpan-changes.t | 10 +
xt/release/meta-json.t | 4 +
43 files changed, 1495 insertions(+), 1171 deletions(-)
create mode 100644 CONTRIBUTING.md
create mode 100644 debian/libdevel-stacktrace-perl.docs
delete mode 100644 t/author-eol.t
delete mode 100644 t/author-mojibake.t
delete mode 100644 t/author-no-tabs.t
delete mode 100644 t/release-cpan-changes.t
delete mode 100644 t/release-meta-json.t
delete mode 100644 t/release-pod-linkcheck.t
delete mode 100644 t/release-pod-no404s.t
delete mode 100644 t/release-synopsis.t
delete mode 100644 t/release-tidyall.t
rename t/author-00-compile.t => xt/author/00-compile.t (75%)
create mode 100644 xt/author/eol.t
create mode 100644 xt/author/mojibake.t
create mode 100644 xt/author/no-tabs.t
rename t/release-pod-coverage.t => xt/author/pod-coverage.t (86%)
rename t/author-pod-spell.t => xt/author/pod-spell.t (55%)
rename t/author-pod-syntax.t => xt/author/pod-syntax.t (52%)
rename t/release-portability.t => xt/author/portability.t (52%)
create mode 100644 xt/author/synopsis.t
rename t/author-test-version.t => xt/author/test-version.t (69%)
create mode 100644 xt/author/tidyall.t
create mode 100644 xt/release/cpan-changes.t
create mode 100644 xt/release/meta-json.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-stacktrace-perl.git
More information about the Pkg-perl-cvs-commits
mailing list