[libfuture-perl] branch master updated (f57f84a -> 80bd872)

gregor herrmann gregoa at debian.org
Wed Jan 1 22:15:31 UTC 2014


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

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

      from  f57f84a   releasing package libfuture-perl version 0.20-1
      adds  cea60bb   Imported Upstream version 0.21
       new  f1b5b0b   Merge tag 'upstream/0.21'
       new  2eab241   New upstream release.
       new  97984fe   Update years of packaging copyright.
       new  80bd872   releasing package libfuture-perl version 0.21-1

The 4 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                                |   9 +
 MANIFEST                               |  12 +-
 META.json                              |   8 +-
 META.yml                               |   8 +-
 Makefile.PL                            |   2 +-
 README                                 | 224 ++++++-----
 debian/changelog                       |   7 +
 debian/copyright                       |   2 +-
 lib/Future.pm                          | 667 +++++++++++++++++++--------------
 lib/Future/Phrasebook.pod              |  35 +-
 lib/Future/Utils.pm                    |   3 +-
 t/01future.t                           |   6 +
 t/03then.t                             | 218 +++++++++++
 t/04else.t                             | 200 ++++++++++
 t/05or_else.t                          | 187 ---------
 t/05then-else.t                        |  78 ++++
 t/{03followed_by.t => 06followed_by.t} |   2 +-
 t/06then.t                             | 172 ---------
 t/{04and_then.t => 07and_then.t}       |  91 +----
 t/08or_else.t                          |  99 +++++
 t/{07transform.t => 09transform.t}     |   0
 t/20subclass.t                         |  16 +
 t/30utils-repeat.t                     |   3 +-
 23 files changed, 1184 insertions(+), 865 deletions(-)
 create mode 100644 t/03then.t
 create mode 100644 t/04else.t
 delete mode 100644 t/05or_else.t
 create mode 100644 t/05then-else.t
 rename t/{03followed_by.t => 06followed_by.t} (97%)
 delete mode 100644 t/06then.t
 rename t/{04and_then.t => 07and_then.t} (50%)
 create mode 100644 t/08or_else.t
 rename t/{07transform.t => 09transform.t} (100%)

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



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