[libtext-trac-perl] 01/09: Merge tag 'upstream/0.18'

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Aug 14 20:48:42 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libtext-trac-perl.

commit 78988d5c11413f4d1c9aade86893ca1c4285604c
Merge: 1e05aec d673943
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Fri Aug 14 16:32:25 2015 -0300

    Merge tag 'upstream/0.18'
    
    Upstream version 0.18
    
    # gpg: Signature made Fri 14 Aug 2015 04:31:10 PM BRT using RSA key ID 9883C97C
    # gpg: Good signature from "Lucas Kanashiro <kanashiro.duarte at gmail.com>"

 .perlcriticrc                                   |  33 ++
 .perltidyrc                                     |   8 +
 .tidyallrc                                      |   9 +
 .travis.yml                                     |   3 +-
 Changes                                         |  77 ++--
 MANIFEST                                        |  39 +-
 META.yml                                        |  36 ++
 Makefile.PL                                     |  10 +-
 README => README.md                             |  16 +-
 inc/Module/AutoInstall.pm                       | 280 ++++++++++---
 inc/Module/Install.pm                           | 289 +++++++++-----
 inc/Module/Install/AutoInstall.pm               |  42 +-
 inc/Module/Install/Base.pm                      |  65 +--
 inc/Module/Install/Can.pm                       |  99 ++++-
 inc/Module/Install/Fetch.pm                     |   8 +-
 inc/Module/Install/Include.pm                   |   8 +-
 inc/Module/Install/Makefile.pm                  | 269 ++++++++++---
 inc/Module/Install/Metadata.pm                  | 509 ++++++++++++++++--------
 inc/Module/Install/Scripts.pm                   |  29 ++
 inc/Module/Install/Win32.pm                     |   6 +-
 inc/Module/Install/WriteAll.pm                  |  31 +-
 lib/Text/Trac.pm                                |  68 ++--
 lib/Text/Trac/BlockNode.pm                      | 142 ++++---
 lib/Text/Trac/Blockquote.pm                     | 137 +++----
 lib/Text/Trac/Context.pm                        |  79 ++--
 lib/Text/Trac/Dl.pm                             |  91 ++---
 lib/Text/Trac/Heading.pm                        |  27 +-
 lib/Text/Trac/Hr.pm                             |  21 +-
 lib/Text/Trac/InlineNode.pm                     | 353 ++++++++--------
 lib/Text/Trac/LinkResolver.pm                   |  24 +-
 lib/Text/Trac/LinkResolver/Attachment.pm        |  21 +-
 lib/Text/Trac/LinkResolver/Changeset.pm         |  23 +-
 lib/Text/Trac/LinkResolver/Comment.pm           |  25 +-
 lib/Text/Trac/LinkResolver/Log.pm               |  22 +-
 lib/Text/Trac/LinkResolver/Milestone.pm         |  21 +-
 lib/Text/Trac/LinkResolver/Report.pm            |  24 +-
 lib/Text/Trac/LinkResolver/Source.pm            |  23 +-
 lib/Text/Trac/LinkResolver/Ticket.pm            |  23 +-
 lib/Text/Trac/LinkResolver/Wiki.pm              |  33 +-
 lib/Text/Trac/Macro.pm                          |  36 +-
 lib/Text/Trac/Macro/HelloWorld.pm               |   6 +-
 lib/Text/Trac/Macro/Timestamp.pm                |   6 +-
 lib/Text/Trac/Node.pm                           |  15 +-
 lib/Text/Trac/Ol.pm                             | 119 +++---
 lib/Text/Trac/P.pm                              | 135 +++----
 lib/Text/Trac/Pre.pm                            |  55 +--
 lib/Text/Trac/Table.pm                          |  56 +--
 lib/Text/Trac/Text.pm                           |  25 +-
 lib/Text/Trac/Ul.pm                             |  99 ++---
 script/trac2html                                |  49 +++
 t/00-load.t                                     |   6 +-
 t/01-text-trac.t                                |   1 +
 t/02-macros.t                                   |   1 +
 t/03-trac-links.t                               |   1 +
 t/04-list.t                                     |   1 +
 t/05-disable_links.t                            |   9 +-
 t/06-enable_links.t                             |   9 +-
 t/07-custom_url.t                               |  23 +-
 t/08-regression.t                               |   1 +
 t/10-script.t                                   |  44 ++
 t/11-script-noclass.t                           |  44 ++
 t/95-tidyall.t                                  |  10 +
 t/96-perl-critic.t                              |  24 ++
 t/TestTextTrac.pm                               |  14 +-
 t/boilerplate.t                                 |  64 ++-
 t/corpus/padre_development.trac                 | 131 ++++++
 t/corpus/padre_download_debian.trac             |  54 +++
 t/corpus/padre_download_fedora.trac             |  66 +++
 t/corpus/padre_download_freebsd.trac            |  62 +++
 t/corpus/padre_download_mandriva.trac           |  35 ++
 t/corpus/padre_download_netbsd.trac             |  36 ++
 t/corpus/padre_download_opensuse.trac           |  20 +
 t/corpus/padre_download_ubuntu.trac             | 140 +++++++
 t/corpus/padre_features.trac                    | 201 ++++++++++
 t/expected/padre_development.html               | 140 +++++++
 t/expected/padre_development_noclass.html       | 140 +++++++
 t/expected/padre_download_debian.html           |  62 +++
 t/expected/padre_download_debian_noclass.html   |  62 +++
 t/expected/padre_download_fedora.html           |  81 ++++
 t/expected/padre_download_fedora_noclass.html   |  81 ++++
 t/expected/padre_download_freebsd.html          |  71 ++++
 t/expected/padre_download_freebsd_noclass.html  |  71 ++++
 t/expected/padre_download_mandriva.html         |  36 ++
 t/expected/padre_download_mandriva_noclass.html |  36 ++
 t/expected/padre_download_netbsd.html           |  47 +++
 t/expected/padre_download_netbsd_noclass.html   |  47 +++
 t/expected/padre_download_opensuse.html         |  24 ++
 t/expected/padre_download_opensuse_noclass.html |  24 ++
 t/expected/padre_download_ubuntu.html           | 165 ++++++++
 t/expected/padre_download_ubuntu_noclass.html   | 165 ++++++++
 t/expected/padre_features.html                  | 201 ++++++++++
 t/expected/padre_features_noclass.html          | 201 ++++++++++
 t/pod-coverage.t                                |   9 +-
 t/pod.t                                         |   7 +-
 t/version.t                                     |   6 +-
 95 files changed, 4906 insertions(+), 1391 deletions(-)

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



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