[libmodule-runtime-perl] branch master updated (617656c -> 26f7228)

gregor herrmann gregoa at debian.org
Tue Jan 2 21:58:03 UTC 2018


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

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

      from  617656c   update changelog
      adds  5a27508   initial version of module
      adds  6961f01   remove some POD markup from function documentation, to conform to what seems to be Perl style
      adds  610d2d6   explicitly declare lack of module dependencies in Makefile.PL
      adds  f984058   added date of version 0.000
      adds  8a40183   note addition of Changes file
      adds  5584890   better tests for require_module()
      adds  2f6eb89   new function use_module()
      adds  60501d4   new version 0.001
      adds  df6f95e   insert missing bracket in documentation for use_module()
      adds  f4c5d7a   new function use_package_optimistically()
      adds  75b62ab   new version 0.002
      adds  356e5d5   loosen tests for perl v5.9's changed diagnostics
      adds  42d3c0a   new release
      adds  3534263   test with Math::Trig module instead of Math::BigInt, because old versions of Math::BigInt lack a version number (causing a false test failure)
      adds  9f0ccd1   new release
      adds  ba980f4   override any ambient $SIG{__DIE__} handler when using eval { }
      adds  403356d   switch to Module::Build
      adds  e8ed19c   use "base" pragma to import Exporter behaviour
      adds  7fb368f   POD syntax and coverage tests
      adds  3ce58fa   add "distribution_type" entry to META.yml to satisfy CPANTS
      adds  4ab0b87   in documentation, separate "license" section from "copyright" section
      adds  c1aa4e4   remove from .cvsignore items that don't occur with Module::Build
      adds  c2759e9   new release
      adds  bcd67d8   use full stricture in Build.PL
      adds  5b21241   *** empty log message ***
      adds  16ff42e   in documentation, use term "truth value" instead of "boolean"
      adds  2218dae   use "parent" pragma instead of "base"
      adds  2d10e48   avoid "\w" in code
      adds  9ed5c23   new release
      adds  567c8d9   remove bogus "exit 0" from Build.PL
      adds  9ea960a   check for required Perl version at runtime
      adds  61c3af8   check for a suitable perl version at Build.PL time
      adds  419e08e   in Build.PL, explicitly declare configure-time requirements
      adds  df9ddac   declare perl as a configure_requires
      adds  6fb1ae5   do name translation for require() instead of using string eval
      adds  7848492   revise POD markup
      adds  9428e31   supply regexp to check module name syntax. in "is_" functions, also cleanly handle non-string arguments.
      adds  5961ad6   provide the "is_valid_" functions under shorter "is_" names
      adds  873b6ca   supply regexps to check module spec syntax
      adds  7ee62dc   supply check_ functions alongside the is_ functions
      adds  2abe50b   supply test modules, to avoid requiring unrelated math modules
      adds  f0f4276   new version
      adds  c34b28b   add MYMETA.yml
      adds  45cc9ab   note addition of MYMETA.yml to .cvsignore
      adds  30a6fb0   declare "strict" and "warnings" in configure_requires
      adds  ae1be5c   use full stricture in test suite
      adds  9fd4f87   *** empty log message ***
      adds  5f362cf   update usage of Params::Classify
      adds  2e8ce69   update for JSON version of META and MYMETA
      adds  236388e   new version
      adds  25a2244   new function module_notional_filename()
      adds  40ef54a   update use_package_optimistically() to match new base.pm
      adds  b78092a   new version
      adds  1d0b626   fix regexp interpolation in use_package_optimistically()
      adds  205e051   new version
      adds  ee7e149   work around Perl core bug regarding context at file scope of required file
      adds  9a5d5fb   new release
      adds  e77255c   *** empty log message ***
      adds  85d7ad7   convert .cvsignore to .gitignore
      adds  3f2cd49   remove potentially-circular module dep
      adds  d498058   work around hint leakage
      adds  023717e   give test modules more meaningful names
      adds  c8fb658   test lack of unwanted eval frame
      adds  64e9555   more renaming of test modules
      adds  35ddaae   test behaviour with tainted module name
      adds  722fde4   eliminate remaining runtime module dependencies
      adds  7f611dc   remove stray "1;"
      adds  458442d   tweak doc of use_package_optimistically()
      adds  5801a96   work around Perl 5.8 %INC bug
      adds  05e5cbf   document module name syntax better
      adds  5c6dd2c   fix version portability of tests
      adds  337cc9e   avoid loading feature.pm on Perl 5.15.6
      adds  36070da   new version
      adds  bb3a57f   note problems reported with 0.012
      adds  496387e   make dependency test cope with sitecustomize
      adds  b717136   new version
      adds  2863bc7   note things to fix
      adds  2b8c728   remove note about Dist-CheckConflicts
      adds  db7d17f   note module name composition wishlist item
      adds  e0affd7   suppress any CORE::GLOBAL::require override
      adds  7ad7f2d   better handle missing nested modules
      adds  aebebb2   test nesting with require_module() of missing
      adds  f7b6174   list public repository in META files
      adds  e4e189a   use VERSION argument for check even if it's undef
      adds  7c5098d   update notes about Unicode module names
      adds  f71634e   new version
      adds  495f26d   declare version on Test::More dependency
      adds  7af2111   update tests for no-.-in- at INC
      adds  ca76f84   generate "traditional" style compat Makefile.PL
      adds  c54951a   new version
      adds  8887598   redescribe
      adds  9ad3b06   security warning about use_package_optimistically()
      adds  b1d9e10   move test .pm files into distinct directory
      adds  03614e7   new release date
      adds  b44bbec   specify type of public repo for META.json
      adds  d2cd843   list public bug tracker in META files
      adds  1276847   skip taint tests if perl silently doesn't taint
      adds  dbdb929   four-column indent for verbatim pod sections
      adds  1d86760   use $^X as primordial tainted value
      adds  3c82953   update taint test for Perl 5.27.5
      adds  84f3149   new version
      adds  899e739   New upstream version 0.016
       new  2f09e53   Update upstream source from tag 'upstream/0.016'
       new  394a8d4   Update debian/changelog
       new  aa97cb7   Update debian/upstream/metadata.
       new  92b10d7   Update years of packaging copyright.
       new  3387cf0   Declare compliance with Debian Policy 4.1.3.
       new  26f7228   releasing package libmodule-runtime-perl version 0.016-1

The 6 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                 | 13 +++++++++++--
 Changes                  | 20 ++++++++++++++++++++
 META.json                | 11 ++++++++---
 META.yml                 |  7 ++++---
 Makefile.PL              |  2 +-
 SIGNATURE                | 22 +++++++++++-----------
 debian/changelog         | 13 +++++++++----
 debian/control           |  2 +-
 debian/copyright         |  2 +-
 debian/upstream/metadata |  2 ++
 lib/Module/Runtime.pm    | 45 +++++++++++++++++++++------------------------
 t/taint.t                | 11 ++++++++++-
 12 files changed, 99 insertions(+), 51 deletions(-)

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



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