[libtry-tiny-perl] branch master updated (c7884af -> 8a57259)

gregor herrmann gregoa at debian.org
Mon Jan 9 19:50:19 UTC 2017


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

gregoa pushed a change to branch master
in repository libtry-tiny-perl.

      from  c7884af   update changelog
      adds  3176fee   Initial version
      adds  ae53da5   voodoo for ancient perls
      adds  27293e4   clarify given/when return value caveat
      adds  4459911   refactor the case of abortive when()
      adds  c4e1eb1   entab
      adds  f9b91e2   bikeshedding
      adds  a717a87   Minor typo fixes in documentation.
      adds  f8227e4   mention Throwable in SEE ALSO
      adds  06a9e57   misc fixes suggested by Alias
      adds  1f7c5af   minor doc and code fixes
      adds  0e8fea4   changelog
      adds  deb85b3   trailing semicolon in doc example
      adds  9bc603c   namedropping for autodie
      adds  2ab8fb1   5.005_04 compat
      adds  7c33c02   version bump
      adds  c491888   changelog
      adds  e605bd3   tests for nesting inside catch block
      adds  511c05c   Restore the value of $@ from before the local
      adds  ac4f5f9   Document and test for prev value of $@ in catch
      adds  91254b5   fix typo in docs found by rjbs
      adds  faecd5a   link to talk
      adds  1d64c1a   fix spelling/grammar in comments and pod
      adds  6157bcb   Mention Sub::Import in docs
      adds  318cb1e   document the @_ gotcha
      adds  6f11408   Set $Carp::Internal{"Try::Tiny"}
      adds  a5cd5f7   Document implicit return value from catch
      adds  57c50f4   try to clarify a caveat
      adds  7195fc0   Add support for 'finally' blocks
      adds  23b307a   changelog
      adds  ba82008   version bump
      adds  82ef0e6   Restore list context for catch and fix a bug in finally with no catch
      adds  f6e42d8   changelog
      adds  aa03b5c   version bump
      adds  8e5b444   spelling corrections
      adds  eaca95b   Document $SIG{__DIE__} behavior (or lack thereof)
      adds  e914068   fix link to try-tiny lightning talk
      adds  0a0641f   Docuemnt $_ vs. $@ gotcha in catch for exception stack capturing
      adds  c12e626   clarify docs on %Carp::Internal
      adds  cbfb532   Document lexical lib/Try/Tiny.pm caveat
      adds  2dc6424   Clarify $_/$@ distinction
      adds  1a2992b   add TODO test for lexical $_ gotcha
      adds  f00a529   changelog
      adds  e1e2d16   move use test to BEGIN block
      adds  58e8b62   Version bump
      adds  68d55f6   use a plan instead of done_testing in TODO test
      adds  c361fb5   changelog
      adds  5fb1c15   version bump
      adds  013dca8   Add docs about @_ aliasing
      adds  b611f39   allow multiple finally{} per try{}; pass error in
      adds  68094f9   test for finally{} getting the error
      adds  d6e0f0d   document args to finally{} block
      adds  69cb48b   document changes for next version
      adds  9610f17   typo fix
      adds  785e064   bump version for release
      adds  4456fd2   no, do not sign our release
      adds  d864c88   avoid a warning when testing with -w
      adds  73664e2   fix issue with blead (require 5.010 != use 5.010)
      adds  4c82ac8   add test for finally being called when catch dies
      adds  b637afa   changelog and version bump
      adds  3ef3a4f   don't index ::ScopeGuard
      adds  308df09   changelog and version bump
      adds  a235831   caveat about error-silencing
      adds  658a90e   clarify the state of $_ in finally blocks
      adds  98904c5   changelog and version bump
      adds  f115dfa   Test context/RV of try/catch/finally blocks
      adds  6651956   better example for returning from a try block (forwardever)
      adds  ddb0420   changelog and version bump
      adds  cf9cad6   add repo info to metadata
      adds  c065237   add alternative mechanisms for fallback return values
      adds  ad10a9e   C<> tags, minor punctuation and grammar fixes
      adds  005a2c6   Merge pull request #4 from karenetheridge/topic/doc_20121114
      adds  b999823   Documentation fixes
      adds  efbe7e4   Merge pull request #5 from cebjyre/docs
      adds  bc12a7b   MYMETA stuff to MANIFEST.SKIP
      adds  4638078   this todo is only relevant before 5.14
      adds  881bf51   changelog and version bump
      adds  8d2ee83   Detabardize - standardize code/tests on 2-space indent
      adds  2531688   fix tests failing on 5.6.x due to differing DESTROY semantics
      adds  f9d19a0   "Modernize" code a bit
      adds  aaf0d61   This is no longer a TODO, but given the experimental nature not ready to be documented
      adds  2b0d579   We already explicitly save the value of $@ - local()ization is not needed
      adds  2245f1a   Fix broken link to slides (RT#55659)
      adds  9d0e046   Sanity check erroneous invocations
      adds  4c5b99d   Clarify exception on unexpected try() arguments
      adds  ae5ed1b   correct prototypes in docs
      adds  5f5e92c   Make sure users are properly notified of (useless) exceptions in finally blocks
      adds  3db0dca   The construct introduced in 2b0d579d8 confuses perl 5.6 - simplify
      adds  9b3383e   Fix linkage brainfart from 2245f1ae
      adds  621db99   Merge pull request #7 from ribasushi/master
      adds  12b7dc6   dzilify and stuff
      adds  01b9627   stop using use_ok, it's pointless
      adds  e5c5bdf   update this link too
      adds  c6d66f7   update test counts for removing use_ok
      adds  565b7c0   eh, don't test 5.8
      adds  0ab368f   changelog
      adds  d2ae14a   also die on catch/finally in scalar context (RT#81070)
      adds  02dd706   changelog
      adds  5c9d800   name the try, catch and finally blocks
      adds  1131a83   Change caller to show blocks belonging to our caller
      adds  d5cd073   tests for naming
      adds  ada8284   tests for finally name too
      adds  94bd78e   fix line endings
      adds  faa955c   make this consistent
      adds  3efbb4f   changelog
      adds  af5d340   changelog
      adds  86b8a58   Add missing semicolon in docs
      adds  d294e1b   Merge pull request #8 from markstos/master
      adds  2dffd88   remove accidental Sub::Name test dep
      adds  6c790cd   changelog
      adds  2c46864   changelog
      adds  130617d   work around perl bug where pads may be reused in cleanup after fork
      adds  cff98ee   Merge pull request #9 from haarg/gd-fork-bug
      adds  570821c   changelog
      adds  1d0db44   changelog
      adds  255d6d8   The use of done_testing implies a dependency of Test::More 0.88 or later. To avoid this, and provide compatibility with older versions, remove done_testing and supply a test plan.
      adds  fd5713e   Merge pull request #10 from pghmcfc/old-test-more
      adds  5a44c22   changelog
      adds  3c1bebc   changelog
      adds  c87ad8c   Better docs on capturing success with catch block
      adds  d7aab6f   second example now behaves the same as the first
      adds  b332295   Merge pull request #13 from anaxagoras/master
      adds  027bdf2   packaging stuff
      adds  b420711   Import 'import' instead of inheriting it
      adds  ed5dea6   Test loading during global destruction
      adds  ded671b   Merge pull request #11 from ilmari/global-destruction
      adds  e3b921d   fix test plan
      adds  5e091a1   changelog
      adds  c6f4665   changelog
      adds  79039ae   Add warning to POD about try/finally
      adds  ef622e7   Merge pull request #15 from Flimm/master
      adds  b44c2ad   changelog
      adds  4845abf   changelog
      adds  b7f4fe1   skip test if Capture::Tiny is too old (Martin Popel, fixes #17)
      adds  e6a2052   packaging
      adds  afd462c   changelog
      adds  364c5e8   sigh
      adds  5e9efef   changelog
      adds  77f6c1e   add Sub::Name and perl 5.010 to test recommendations (fixes #18)
      adds  d1dd3c3   fix tabs
      adds  760fffd   changelog
      adds  f4b28b6   Typo in comment
      adds  33b874a   Merge pull request #21 from cm-perl/master
      adds  43a4d5d   update travis
      adds  a7f27f9   Minor documentation fix; assign actual strings, not hashrefs.
      adds  385ff1a   Merge pull request #22 from hatsuseno/master
      adds  322f32c   remove perl from test recommendations
      adds  2f7f415   prefer Sub::Util to Sub::Name
      adds  e4f2f28   Changes entries for next release
      adds  232af08   travis now supports 5.22
      adds  dbb907a   switch to my bundle
      adds  8c53422   update copyright data
      adds  3a8bc8b   tighten up .gitignore entries
      adds  7788aa1   fix spelling tests
      adds  dc2a5fb   remove xt/release/minimum-version.t that fails on t/*when.t
      adds  a2023f0   remove xt/author/clean-namespaces.t - Carp imports not cleaned up; _subname glob left behind
      adds  cb57845   Try-Tiny-0.23
      adds  b8d7490   increment $VERSION after 0.23 release
      adds  94ea091   strip perl 5.010 test prereq
      adds  5ee27f1   move Sub::Util prereq to suggests
      adds  0806848   Try-Tiny-0.24
      adds  381a9ee   increment $VERSION after 0.24 release
      adds  b715d61   update tooling to avoid detecting the optional use of perl 5.010
      adds  a88118e   add a check that we don't accidentally introduce new unwanted prereqs
      adds  8035202   always run finally blocks no matter how we leave the try block (RT #112099)
      adds  8447a3b   use a lexical variable to prevent external fondling
      adds  32d7db4   Changes entry for PR#1
      adds  838fb5e   remove unneeded shebangs
      adds  a376967   Try-Tiny-0.25-TRIAL
      adds  40375a9   increment $VERSION after 0.25 release
      adds  7cdef62   use a hash rather than array for finalizers to fix segfault
      adds  9fe27f1   Changes entry for PR#3
      adds  4938c30   give credit by real name, when known
      adds  8b912d4   provide proper references to pull requests from older repositories
      adds  729300a   Try-Tiny-0.26-TRIAL
      adds  14a9ccc   increment $VERSION after 0.26 release
      adds  bca8045   remove stale version control link in pod
      adds  c8dbc7b   declare a minimum version for my bundle (and podweaver bundle)
      adds  77ca541   move the repository to p5sagit (github and shadowcat)
      adds  8c34b0e   stringify version before comparing, as recommended by Zefram
      adds  1d1a1b1   whitespace
      adds  2ae317a   time to release as stable
      adds  b4b1313   Try-Tiny-0.27
      adds  43e10e2   increment $VERSION after 0.27 release
      adds  052d846   capitalize abstract
      adds  25a6033   document why we only use MakeMaker
      adds  bebc632   ensure that Module::Metadata isn't added as a test prereq for t/00-report-prereqs.t
      adds  51a107a   Try::Tiny::Except is broken with current Try::Tiny
      adds  96ce46d   Run finally tests also on 5.6.x
      adds  b45948a   changelog for test change on 5.6
      adds  8dc27c7   reduce the number of prereqs we add
      adds  fae6bce   Try-Tiny-0.28
      adds  90504d5   New upstream version 0.28
       new  e34eb30   Merge tag 'upstream/0.28'
       new  41f7abc   Update debian/changelog
       new  e9b8ef1   Update years of packaging copyright.
       new  c18af5b   Update upstream contact.
       new  8a57259   releasing package libtry-tiny-perl version 0.28-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:
 CONTRIBUTING                     |   4 +-
 Changes                          |   4 +
 MANIFEST                         |   3 +-
 META.json                        | 216 +++++++++++++++++++++++----------------
 META.yml                         | 190 +++++++++++++++++++---------------
 Makefile.PL                      |  10 +-
 README                           |   6 +-
 debian/changelog                 |   7 +-
 debian/copyright                 |   4 +-
 debian/upstream/metadata         |   2 +-
 dist.ini                         |  11 +-
 lib/Try/Tiny.pm                  |  18 ++--
 t/00-report-prereqs.dd           |  17 +--
 t/00-report-prereqs.t            |   5 +-
 t/context.t                      |  12 +--
 t/zzz-check-breaks.t             |  34 ++++++
 xt/author/00-compile.t           |  12 ++-
 xt/author/eol.t                  |   1 +
 xt/author/no-tabs.t              |   1 +
 xt/author/pod-spell.t            | 106 +++++++++----------
 xt/release/changes_has_content.t |   2 +-
 21 files changed, 394 insertions(+), 271 deletions(-)
 create mode 100644 t/zzz-check-breaks.t

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



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