[libtest-sharedfork-perl] branch master updated (f993cba -> 6383390)

Florian Schlichting fsfs at moszumanska.debian.org
Sat Mar 15 21:23:20 UTC 2014


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

fsfs pushed a change to branch master
in repository libtest-sharedfork-perl.

      from  f993cba   update changelog
      adds  a06e463   Imported Upstream version 0.23
       new  b8ae524   Merge tag 'upstream/0.23'
       new  720d1a5   Import Upstream version 0.23
       new  9fc4ea3   Update upstream copyright statement
       new  8c610d3   Remove copyright paragraphs for inc/*, dropped upstream
       new  7539d01   Drop libtest-requires-perl, perl from Depends (not needed)
       new  cae897b   Declare compliance with Debian Policy 3.9.5
       new  2fd51c3   Add myself to uploaders and copyright
       new  6383390   update changelog for release

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:
 Build.PL                                    |  72 +++
 Changes                                     | 105 ++--
 LICENSE                                     | 378 +++++++++++++++
 MANIFEST                                    |  30 +-
 META.json                                   |  98 ++++
 META.yml                                    |  47 +-
 Makefile.PL                                 |  20 -
 README                                      |  27 --
 README.md                                   |  53 ++
 README.mkdn                                 |  53 ++
 cpanfile                                    |  12 +
 debian/changelog                            |  23 +-
 debian/control                              |   9 +-
 debian/copyright                            |  19 +-
 inc/Module/Install.pm                       | 470 ------------------
 inc/Module/Install/AuthorTests.pm           |  59 ---
 inc/Module/Install/Base.pm                  |  83 ----
 inc/Module/Install/Can.pm                   | 154 ------
 inc/Module/Install/Fetch.pm                 |  93 ----
 inc/Module/Install/Makefile.pm              | 418 ----------------
 inc/Module/Install/Metadata.pm              | 722 ----------------------------
 inc/Module/Install/ReadmeMarkdownFromPod.pm |  68 ---
 inc/Module/Install/Win32.pm                 |  64 ---
 inc/Module/Install/WriteAll.pm              |  63 ---
 inc/Pod/Markdown.pm                         | 361 --------------
 lib/Test/SharedFork.pm                      |  88 ++--
 t/06_fail_lineno.t                          |   7 +-
 t/12_is_passing.t                           |  27 ++
 xt/01_podspell.t                            |  15 -
 xt/02_perlcritic.t                          |   3 +
 xt/03_pod.t                                 |   4 -
 xt/04_minimum_version.t                     |   4 -
 xt/05_cpan_meta.t                           |   5 -
 xt/06_meta_author.t                         |  10 -
 34 files changed, 851 insertions(+), 2813 deletions(-)
 create mode 100644 Build.PL
 create mode 100644 LICENSE
 create mode 100644 META.json
 delete mode 100644 Makefile.PL
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 README.mkdn
 create mode 100644 cpanfile
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/AuthorTests.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/ReadmeMarkdownFromPod.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 delete mode 100644 inc/Pod/Markdown.pm
 create mode 100644 t/12_is_passing.t
 delete mode 100644 xt/01_podspell.t
 delete mode 100644 xt/03_pod.t
 delete mode 100644 xt/04_minimum_version.t
 delete mode 100644 xt/05_cpan_meta.t
 delete mode 100644 xt/06_meta_author.t

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



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