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

gregoa pushed a change to annotated tag upstream/0.28
in repository libtry-tiny-perl.

        at  2055859   (tag)
   tagging  90504d59e93a6fa5814613c70c488d401f228e82 (commit)
  replaces  upstream/0.27
 tagged by  gregor herrmann
        on  Mon Jan 9 20:45:17 2017 +0100

- Log -----------------------------------------------------------------
Upstream version 0.28

Alex (1):
      move use test to BEGIN block

Andrew Yates (1):
      Add support for 'finally' blocks

Dagfinn Ilmari Mannsåker (2):
      Import 'import' instead of inheriting it
      Test loading during global destruction

David Lowe (1):
      Add warning to POD about try/finally

Glenn Fowler (1):
      Documentation fixes

Graham Knop (4):
      work around perl bug where pads may be reused in cleanup after fork
      remove perl from test recommendations
      prefer Sub::Util to Sub::Name
      use a hash rather than array for finalizers to fix segfault

Hans Dieter Pearcey (1):
      try to clarify a caveat

Jesse Luehrs (58):
      fix spelling/grammar in comments and pod
      fix link to try-tiny lightning talk
      fix issue with blead (require 5.010 != use 5.010)
      add test for finally being called when catch dies
      changelog and version bump
      don't index ::ScopeGuard
      changelog and version bump
      clarify the state of $_ in finally blocks
      changelog and version bump
      better example for returning from a try block (forwardever)
      changelog and version bump
      Merge pull request #4 from karenetheridge/topic/doc_20121114
      Merge pull request #5 from cebjyre/docs
      MYMETA stuff to MANIFEST.SKIP
      this todo is only relevant before 5.14
      changelog and version bump
      Merge pull request #7 from ribasushi/master
      dzilify and stuff
      stop using use_ok, it's pointless
      update this link too
      update test counts for removing use_ok
      eh, don't test 5.8
      changelog
      also die on catch/finally in scalar context (RT#81070)
      changelog
      make this consistent
      changelog
      changelog
      Merge pull request #8 from markstos/master
      remove accidental Sub::Name test dep
      changelog
      changelog
      Merge pull request #9 from haarg/gd-fork-bug
      changelog
      changelog
      Merge pull request #10 from pghmcfc/old-test-more
      changelog
      changelog
      Merge pull request #13 from anaxagoras/master
      packaging stuff
      Merge pull request #11 from ilmari/global-destruction
      fix test plan
      changelog
      changelog
      Merge pull request #15 from Flimm/master
      changelog
      changelog
      skip test if Capture::Tiny is too old (Martin Popel, fixes #17)
      packaging
      changelog
      sigh
      changelog
      add Sub::Name and perl 5.010 to test recommendations (fixes #18)
      fix tabs
      changelog
      Merge pull request #21 from cm-perl/master
      update travis
      Merge pull request #22 from hatsuseno/master

Jonathan Yu (1):
      spelling corrections

Karen Etheridge (43):
      add repo info to metadata
      add alternative mechanisms for fallback return values
      C<> tags, minor punctuation and grammar fixes
      Changes entries for next release
      travis now supports 5.22
      switch to my bundle
      update copyright data
      tighten up .gitignore entries
      fix spelling tests
      remove xt/release/minimum-version.t that fails on t/*when.t
      remove xt/author/clean-namespaces.t - Carp imports not cleaned up; 
_subname glob left behind
      Try-Tiny-0.23
      increment $VERSION after 0.23 release
      strip perl 5.010 test prereq
      move Sub::Util prereq to suggests
      Try-Tiny-0.24
      increment $VERSION after 0.24 release
      update tooling to avoid detecting the optional use of perl 5.010
      add a check that we don't accidentally introduce new unwanted prereqs
      Changes entry for PR#1
      remove unneeded shebangs
      Try-Tiny-0.25-TRIAL
      increment $VERSION after 0.25 release
      Changes entry for PR#3
      give credit by real name, when known
      provide proper references to pull requests from older repositories
      Try-Tiny-0.26-TRIAL
      increment $VERSION after 0.26 release
      remove stale version control link in pod
      declare a minimum version for my bundle (and podweaver bundle)
      move the repository to p5sagit (github and shadowcat)
      stringify version before comparing, as recommended by Zefram
      whitespace
      time to release as stable
      Try-Tiny-0.27
      increment $VERSION after 0.27 release
      capitalize abstract
      document why we only use MakeMaker
      ensure that Module::Metadata isn't added as a test prereq for 
t/00-report-prereqs.t
      Try::Tiny::Except is broken with current Try::Tiny
      changelog for test change on 5.6
      reduce the number of prereqs we add
      Try-Tiny-0.28

Lukas Mai (2):
      always run finally blocks no matter how we leave the try block (RT 
#112099)
      use a lexical variable to prevent external fondling

Marc Mims (1):
      Document implicit return value from catch

Mark Fowler (5):
      name the try, catch and finally blocks
      Change caller to show blocks belonging to our caller
      tests for naming
      tests for finally name too
      fix line endings

Mark Stosberg (1):
      Add missing semicolon in docs

Pali (1):
      Run finally tests also on 5.6.x

Paul Howarth (1):
      The use of done_testing implies a dependency of Test::More 0.88 or

Peter Rabbitson (13):
      Add docs about @_ aliasing
      Test context/RV of try/catch/finally blocks
      Detabardize - standardize code/tests on 2-space indent
      fix tests failing on 5.6.x due to differing DESTROY semantics
      "Modernize" code a bit
      This is no longer a TODO, but given the experimental nature not ready to 
be documented
      We already explicitly save the value of $@ - local()ization is not needed
      Fix broken link to slides (RT#55659)
      Sanity check erroneous invocations
      Clarify exception on unexpected try() arguments
      Make sure users are properly notified of (useless) exceptions in finally 
blocks
      The construct introduced in 2b0d579d8 confuses perl 5.6 - simplify
      Fix linkage brainfart from 2245f1ae

Ricardo Signes (10):
      allow multiple finally{} per try{}; pass error in
      test for finally{} getting the error
      document args to finally{} block
      document changes for next version
      typo fix
      bump version for release
      no, do not sign our release
      avoid a warning when testing with -w
      caveat about error-silencing
      correct prototypes in docs

Rudolf Leermakers (1):
      Minor documentation fix; assign actual strings, not hashrefs.

Yuval Kogman (39):
      Initial version
      voodoo for ancient perls
      clarify given/when return value caveat
      refactor the case of abortive when()
      entab
      bikeshedding
      mention Throwable in SEE ALSO
      misc fixes suggested by Alias
      minor doc and code fixes
      changelog
      trailing semicolon in doc example
      namedropping for autodie
      5.005_04 compat
      version bump
      changelog
      tests for nesting inside catch block
      Restore the value of $@ from before the local
      Document and test for prev value of $@ in catch
      fix typo in docs found by rjbs
      link to talk
      Mention Sub::Import in docs
      document the @_ gotcha
      Set $Carp::Internal{"Try::Tiny"}
      changelog
      version bump
      Restore list context for catch and fix a bug in finally with no catch
      changelog
      version bump
      Document $SIG{__DIE__} behavior (or lack thereof)
      Docuemnt $_ vs. $@ gotcha in catch for exception stack capturing
      clarify docs on %Carp::Internal
      Document lexical lib/Try/Tiny.pm caveat
      Clarify $_/$@ distinction
      add TODO test for lexical $_ gotcha
      changelog
      Version bump
      use a plan instead of done_testing in TODO test
      changelog
      version bump

anaxagoras (1):
      Better docs on capturing success with catch block

awalker (1):
      second example now behaves the same as the first

chromatic (1):
      Minor typo fixes in documentation.

cm-perl (1):
      Typo in comment

gregor herrmann (1):
      New upstream version 0.28

-----------------------------------------------------------------------

No new revisions were added by this update.

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to