[libtest-module-used-perl] branch master updated (961b17d -> 5120cd7)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Tue Jul 28 23:45:50 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libtest-module-used-perl.

      from  961b17d   update changelog
       new  c3d191e   Add debian/upstream/metadata
       new  d71530d   Update debian/changelog
      adds  88289fc   initial import
      adds  2ce9a45   add file reading feature
      adds  550d31b   fix failed tests
      adds  ab06104   _remove_core implemented
      adds  10f5f71   change interface to OO style
      adds  8aa5064   read build/test required information from META.yml
      adds  149d2f4   move files for test into t/testdata
      adds  a40d829   rename testdata directory
      adds  8761f30   almost complete
      adds  b054144   add self test
      adds  5ed0a20   write POD
      adds  71cbc0f   remove done_testing and add plan in testscripts
      adds  b34e0ff   fix insufficient index
      adds  23b4d52   add changelog and readme
      adds  0821c98   some minor fix
      adds  9f1a3ac   bug fix
      adds  389e7f7   change version analyze in module source code
      adds  b6f1c41   add author_tests and xt/synopsys.t
      adds  e9a090b   version++
      adds  d78fbeb   in exclude, use $self insted of method param
      adds  6d28e95   remove unused parameter in _requires_ok
      adds  a07657b   modify manifest
      adds  bbbec25   change module description
      adds  94f23fe   fix failed test in windows
      adds  03bdbb7   refactorings
      adds  d372022   optimize methods using PPI
      adds  31a924c   refactoring _version_from_file
      adds  36c8b31   bug fix
      adds  9ea8a2d   add .shipit
      adds  7a1f135   change MANIFEST.SKIP (remove 999_dependencies.t)
      adds  2f5fba7   automatically get exclude_in_{testdir,moduledir}
      adds  4e44f98   implement push_exclude_in_{test,module}dir
      adds  c45741a   fix: test failed in windows environment
      adds  46419e4   change directory separators
      adds  6e80f4a   fix compile error
      adds  7342aa6   fix: PPI failed if package statement doesn't exist
      adds  eb1f7d2   naming rule change
      adds  04bb460   fix misspell in POD
      adds  992a7b9   refactoring _num_tests
      adds  4918d30   rename module_dir to lib_dir in testcode and rename method _module_dir to _lib_dir
      adds  1828215   do not use done_testing in t/009_auto_get_exclude.t
      adds  efe80ee   rename method
      adds  04d06ec   refactoring methods for find *.t and *.pm
      adds  a260f74   refactoring _get_packages and constructor
      adds  015f537   add test_lib_dir in constructor
      adds  5d917cf   version++
      adds  4a2b30a   update ChangeLog and MANIFEST
      adds  eb066a9   remove deprecated fields/methods
      adds  ff85d5a   remove deprecated interfaces and perl_version read from META.yml
      adds  90a2a33   Checking in changes prior to tagging of version 0.1.3_02.  Changelog diff is:
      adds  e04d06e   Checking in changes prior to tagging of version 0.1.4.  Changelog diff is:
      adds  d7e166c   Checking in changes prior to tagging of version 0.1.5.  Changelog diff is:
      adds  1a10798   add copyright information
      adds  0cc9e4c   repository in META.yml
      adds  3561e81   Merge remote branch 'cpanservice/master'
      adds  7ce0321   version++ for add repository in Makefile.PL
      adds  8baf755   Checking in changes prior to tagging of version 0.1.8.  Changelog diff is:
      adds  46607d6   fix for RT#54187 and ChangeLog format change(ChangeLog to Changes)
      adds  13e97f6   add author_requires and xt directories are NOT skipped in MANIFEST.SKIP
      adds  b73049e   change MANIFEST
      adds  9491812   write Changes and uniquify used_modules and used_modules_in_test
      adds  8ed847e   using CPAN::Meta for parsing META.yml
      adds  5ab70fe   refactorings
      adds  2d44606   META.json support
      adds  b01be1b   forget to use Carp orz
      adds  0e29718   refactorings. preparation for implementing used_ok() and requires_ok()
      adds  cd65c98   implement used_ok()
      adds  2e1b210   implement requires_ok()
      adds  b461923   update MANIFEST
      adds  8bee267   add tests
      adds  af640a2   Checking in changes prior to tagging of version 0.2.2.
      adds  8b3be10   rename testfilenames and modify tests using these files
      adds  d86adbb   update manifest
      adds  b9cb688   version++
      adds  f313466   update manifest
      adds  b4de11b   update .gitignore
      adds  b62b5ee   fix hash randomisation related bug(rt#81553)
      adds  38d0a0b   update year in copyright
      adds  7c0c48f   migrate to minilla
      adds  d7be26f   using done_testing instead of plan
      adds  29ff2e2   update Changes
      adds  f7e8435   update copyright
      adds  3157844   version++
      adds  d27528a   fix misspells
      adds  3a321e3   Checking in changes prior to tagging of version 0.2.5.
      adds  6ae8689   add no_index
      adds  d9a4872   updated by minil test
      adds  aab9f57   update Changes
      adds  ebb3bfb   Checking in changes prior to tagging of version 0.2.6.
      adds  d762d85   Imported Upstream version 0.2.6
       new  45b82ef   Merge tag 'upstream/0.2.6'
       new  51fe78a   Update debian/changelog
       new  1478789   Update changelog information generated by dpt
       new  79caa37   Update date of upstream copyright
       new  9c36305   Set debhelper >= 9
       new  2c76fda   Declare compliance with Debian policy 3.9.6
       new  3fc04a5   Add autopkgtest-pkg-perl
       new  35091f8   Add test-files for autopkgtest
       new  5120cd7   Update dependencies

The 11 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                             |  65 ++++
 Changes                              |   9 +
 LICENSE                              | 378 ++++++++++++++++++
 MANIFEST                             |  31 +-
 META.json                            |  84 ++++
 META.yml                             |  55 +--
 Makefile.PL                          |  24 --
 README                               |  10 -
 README.md                            | 134 +++++++
 cpanfile                             |  13 +
 debian/changelog                     |  16 +-
 debian/compat                        |   2 +-
 debian/control                       |   8 +-
 debian/copyright                     |  13 +-
 debian/tests/pkg-perl/test-files     |   3 +
 debian/upstream/metadata             |   5 +
 inc/Module/Install.pm                | 470 -----------------------
 inc/Module/Install/AuthorRequires.pm |  38 --
 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/Win32.pm          |  64 ----
 inc/Module/Install/WriteAll.pm       |  63 ---
 lib/Test/Module/Used.pm              |  16 +-
 minil.toml                           |   5 +
 t/001_use_ok.t                       |   3 +-
 t/002_default.t                      |   6 +-
 t/003_option.t                       |   3 +-
 t/005_used_module.t                  |   4 +-
 t/006_read_meta_yml.t                |   3 +-
 t/009_auto_get_exclude.t             |   3 +-
 t/011_read_meta_json.t               |   3 +-
 t/014_requires_ok_fail.t             |   3 +-
 t/015_used_ok_fail.t                 |   2 +-
 t/016_ok_fail1.t                     |   3 +-
 t/017_ok_fail2.t                     |   2 +-
 testdata/lib2/My/Test.pm             |   2 +-
 xt/perlcritic.t                      |   7 -
 xt/perlcriticrc                      |   0
 xt/pod.t                             |   4 -
 xt/pod_coverage.t                    |   4 -
 xt/synopsys.t                        |   2 -
 45 files changed, 794 insertions(+), 2295 deletions(-)
 create mode 100644 Build.PL
 create mode 100644 LICENSE
 create mode 100644 META.json
 delete mode 100644 Makefile.PL
 delete mode 100755 README
 create mode 100644 README.md
 create mode 100644 cpanfile
 create mode 100644 debian/tests/pkg-perl/test-files
 create mode 100644 debian/upstream/metadata
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/AuthorRequires.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/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 create mode 100644 minil.toml
 delete mode 100644 xt/perlcritic.t
 delete mode 100644 xt/perlcriticrc
 delete mode 100644 xt/pod.t
 delete mode 100644 xt/pod_coverage.t
 delete mode 100755 xt/synopsys.t

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



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