[libmodule-build-tiny-perl] branch master updated (707785c -> 31990f8)

gregor herrmann gregoa at debian.org
Mon Sep 8 17:31:08 UTC 2014


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

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

      from  707785c   update changelog
       new  c8edd7d   Add debian/upstream/metadata
       new  3ffc04c   Update debian/changelog
      adds  9c4a871   stub package
      adds  b63e3e7   trivial working build/clean
      adds  ae40565   simple build & test working
      adds  0395fca   simple prereqs and Build.PL diag output
      adds  beafeef   refactor
      adds  73491da   gitignore generated MANIFEST* files
      adds  58db49a   require EU::Manifest 1.57 after all
      adds  7dbe0c4   clean and realclean
      adds  9e95d7a   simple dist build
      adds  db0c2a1   note comments on what to do next
      adds  f5b7eca   more todo
      adds  a157f0d   more gitignore
      adds  0943dde   fix broken prereq regex
      adds  c1d809c   initial option support
      adds  7536110   refine prereq regex for leading spaces
      adds  c65600e   refactored option handling; preserve options to Build
      adds  da59ddc   more option tweaks
      adds  b098a53   simple install working
      adds  d79a563   add t/lib/DistGen and adapt
      adds  8be0949   add Changes and Todo
      adds  18523a5   add some stub POD
      adds  a18fdb6   add btiny (but fails tests)
      adds  b73ba30   rename script dir to bin
      adds  a2bac45   btiny works
      adds  b566cf1   less Todo
      adds  a563037   add inc bundling
      adds  93e5c1b   add some docs on supported/unsupported features
      adds  238ec67   find build_requires from t/
      adds  1e97216   add version numbers to build reqs in DistGen
      adds  9f8e909   find build_reqs in t/lib and fix regex error
      adds  191d949   added more documentation
      adds  bca492f   more documentation
      adds  0ffdec7   got some rudimentary testing working
      adds  c3c4cf8   more simple testing
      adds  d740387   more Todo
      adds  648e1b2   more build testing and fixes
      adds  27c6aad   gitignore distdir and tarball
      adds  31baae3   get prereqs from bin
      adds  a8b0c5c   generate (incomplete) META.yml
      adds  a4a18b6   minimal META.yml creation complete
      adds  90522c0   copy META to MYMETA if it exists
      adds  bbbea35   added prereqs to generated META.yml
      adds  ead0b5a   tweak docs
      adds  422d4da   add support for config file and PERL_MB_OPT
      adds  023c67b   bump version to 0.02
      adds  e99496c   bump version to 0.03
      adds  dd9e40e   fix docs and prep for release
      adds  72142a7   bump version to 0.04
      adds  bb6a5d8   fix tests for versioned perl
      adds  1db072f   do not issue undef warning on "./Build"
      adds  a561254   if $^X is just "perl" use perlpath
      adds  722f0d6   prep changelog for next release
      adds  b837588   timestamp Changes for release
      adds  b06c79a   Put actions in a hash
      adds  0747ae1   Added stuff to Todo
      adds  b2017f8   Rewrote external interface to two functions
      adds  9648b9b   Removed Acme:: from Module::Build::Tiny's name
      adds  ae97dea   Removed authoring code
      adds  fd0996a   Allow importing of functions
      adds  aa7243a   Added myself to authors
      adds  3f6680f   Added CPAN::Meta
      adds  b3f29d9   Removed loose ends
      adds  cd61715   Refactored _files()
      adds  42fd8b0   Use ExtUtils::BuildRC for reading config file
      adds  200880a   Updated .gitignore
      adds  27ada71   Fixed cached configuration from Build.PL stage
      adds  c1f6d1d   Use MM->fixin instead of searching perl's location
      adds  8c1fad7   Make build a sub so things are a bit easier
      adds  e8837fa   Use ExtUtils::Helpers for portability
      adds  c1f5a75   Switch from Data::Dumper to JSON for serialization
      adds  4be2219   Removed _dist2mod
      adds  165b40d   Made $VERSION match META.yml
      adds  6c540ef   Give clearer error message on unknown action
      adds  98f8dcf   Various cosmetic updates
      adds  caea4ea   Made all paths portable
      adds  dd05d8f   Simplify argument handling
      adds  861dac2   Remove MYMETA files on realclean
      adds  8436671   Fix filtering of test files
      adds  7237e57   Resorted imports
      adds  f298f7d   Added --verbose and --dry_run
      adds  7975781   Renamed build to _build
      adds  8a559e4   Use TAP::Harness instead of Test::Harness
      adds  5b9923b   Use ExtUtils::InstallPaths
      adds  6d4aa8b   Add release tests
      adds  b153b74   Renamed _build/build_params to _build_params
      adds  dec5baa   Use File::Slurp instead of handrolled subs
      adds  22d6085   Use File::Find::Rule to find files
      adds  88018dc   exit 1 on test errors
      adds  18815e7   Added --config support
      adds  f90578c   Merged _get_options into Build
      adds  5c97be7   Refactored _build to make feature additions easier
      adds  485821c   Fixed braino wrt testing for tty
      adds  7d89ded   Added manpage generation
      adds  259a106   Added verbose cleaning
      adds  1945264   Major documentation update
      adds  3fb7cdb   Converted to Dist::Zilla
      adds  7148ef4   Added missing documentation
      adds  1afe2c6   Changed version tagging to use 3 digit
      adds  d3a7617   Updated Changes
      adds  e1d2294   v0.006
      adds  f175c15   We've got dzil integration now
      adds  b7bd2ee   Made [BuildSelf] happy and put it after prereqs
      adds  9c3e407   Made Pod::Coverage happy
      adds  661b562   Updated changes for 0.007
      adds  9fd66cc   v0.007
      adds  f8f1a2b   Fix writability for scripts and modules
      adds  f46a108   Require minimal version of more dependencies
      adds  fa9d3f8   Remove clean and realclean actions
      adds  7887c3a   v0.008
      adds  58db9c4   Use JSON instead of JSON::PP
      adds  824a0f4   Install packlists to the right location
      adds  4762690   v0.009
      adds  6a6ec33   Fixed catdir to catfile
      adds  6720062   Set chmod more robust hopefully
      adds  5b275d0   Various documentation updates
      adds  33ae7bf   Simplify building code
      adds  0c5b036   Don't try to do interaction dependencies
      adds  44b7cbf   Support *.PL files in ./lib/
      adds  947d609   Tidied up codebase
      adds  b9a02c3   Updates Changes file
      adds  edbe908   v0.010
      adds  6d0817d   Remove useless chmods
      adds  5357842   Made tests more portable (to Windows)
      adds  5cedf50   Skip manpage generation on Windows
      adds  d1edeec   Clean up DistGen's exportations
      adds  4bceb02   Updated Dist::Zilla config and related
      adds  d31a35a   Updated Todo
      adds  e238314   Updated Changes
      adds  682bf4d   Improved tests now EU::H is more reliable
      adds  b1d3666   v0.011
      adds  87c4bb1   Reordered dzil modules to prevent order conflict
      adds  4f53c00   Delay loading meta file
      adds  081d06f   Generate Author section
      adds  2c7797e   Fixed 5.6 compatibility in tests
      adds  a270dd5   Don't be too VMSy
      adds  7c0ae10   Move manify from EU::H to M::B::T
      adds  06163ed   Check smarter if manpages should be installed
      adds  a0daa9c   Move abstract to satisfy dzil
      adds  42193c0   v0.012
      adds  abd2aa7   Detildefy input
      adds  ee156f8   Write META files more cleanly
      adds  ae171aa   Get rid of Pod Coverage tests
      adds  1308a16   Use File::HomeDir instead of M::B's detildefy
      adds  e4af584   Updated dist.ini
      adds  426ab7c   Remove superfluous __END__
      adds  5c7b6a6   v0.013
      adds  9955dc6   Fixed SYNOPSIS
      adds  790c3b8   Make blib/arch, to satisfy blib.pm
      adds  99e3a55   Write correct meta file for tests
      adds  de110ae   Added sharedir support
      adds  27d3190   Get rid of Test::Exception
      adds  a1276fa   Drop Capture::Tiny in favor of IPC::Open2
      adds  d42f3c9   Don't hard-require File::ShareDir for tests
      adds  3007a62   Get rid of File::Slurp
      adds  992bccc   Updated Changes
      adds  44adec0   v0.014
      adds  fa55bfa   Removed outdated dependency on File::pushd
      adds  7aea834   Load Pod::Man
      adds  2b4c589   Remove dependency on File::Find::Rule
      adds  c009be8   Revert "Use JSON instead of JSON::PP"
      adds  92490f8   Removed File::ShareDir to a suggestion
      adds  a547776   Revert "Use File::HomeDir instead of M::B's detildefy"
      adds  db94371   Skip scripts and shared if not present
      adds  85734ec   Drop .modulebuildrc support
      adds  ca03457   v0.015
      adds  cf281cf   Added forgotten Changes entries for 0.015
      adds  1907938   Fix loading of File::Find
      adds  af7c127   v0.016
      adds  a612e94   Fix redefined find warning
      adds  532fd12   v0.017
      adds  45267b6   Suggest a more recent constant.pm
      adds  08c2c59   Lazily load Pod::Man and TAP::Harness
      adds  4b9a4c9   Don't manify unless necessary
      adds  1598d50   Require latest ExtUtils::Helpers
      adds  e19b62f   v0.018
      adds  7f8bb21   Accept --pureperl-only
      adds  aebce78   Require latest ExtUtils::Helpers
      adds  d8ec36a   v0.019
      adds  1d9df3c   Accept a --create_packlist argument
      adds  3bc44e7   Don't pretend includebility
      adds  e4839b6   v0.020
      adds  ca493b7   Add directory test to find
      adds  b1d6002   Only manify if really installable
      adds  bf8c949   Add XS support
      adds  98c9628   v0.021
      adds  36959e8   Fix dirname code for toplevel modules
      adds  56cd9d3   v0.022
      adds  642e634   Skip compilation test when not having a compiler
      adds  d421619   Implement --pureperl-only
      adds  96dfb08   v0.023
      adds  fa1977b   Generate man pages in the correct section
      adds  5bec981   v0.024
      adds  c38a054   Use local tempdir
      adds  0f88e17   v0.025
      adds  6e2452f   Safe PERL_MB_OPT during configuration stage
      adds  9aafe0b   v0.026
      adds  eb97b54   document that module sharedirs are not supported
      adds  3431a4e   document that dist sharedirs must be in share/
      adds  57de7f4   Removed old items from todo
      adds  863b088   Updated various parts of the documentation
      adds  645b6d0   Added incompatibilities to dist.ini
      adds  6ff0252   Updated Changes
      adds  8a75b37   v0.027
      adds  7221adc   Revert "Remove clean and realclean actions"
      adds  c6189a4   Tidied code
      adds  08f5eef   Build .c and .o in temp/ instead of lib
      adds  67ea2a5   Get rid of layers
      adds  47e5938   Separate libdoc and bindoc checks
      adds  c5b5071   v0.028
      adds  317bf60   Add main dir to include path
      adds  e5340ba   Respect harness environmental variables
      adds  3ca93fb   v0.029
      adds  14db1f2   Added workaround for #54606
      adds  bcb9e0a   v0.030
      adds  4d5b2a9   Process argument sources individually
      adds  ab8fcd7   TAP::Harness version dependency is autodetected
      adds  c4cfeca   Use mod2fname appropriately
      adds  06b7042   v0.031
      adds  000863f   fix env options and Build.PL options being ignored
      adds  7016e52   v0.032
      adds  1625a12   Require Getopt::Long 2.36
      adds  bd0c10d   Add install tests
      adds  6d72d40   v0.033
      adds  9858301   Make space for $VERSION
      adds  1a3b79f   Make install tests more platform independent
      adds  e263665   v0.034
      adds  ffe1279   Fix install test in absence of a compiler
      adds  34439b4   v0.035
      adds  49e4b29   Add description to XS test
      adds  5839ec8   Don't pass unnecessary options to TAP::Harness
      adds  1d01511   Add --jobs argument to MBT
      adds  03d16aa   dzil: list Dist::Zilla::Plugin::BuildSelf explicitely
      adds  9f48272   Add xs directory to include list
      adds  f3ad82b   v0.036
      adds  76ce09f   Scrub environment variable in tests
      adds  84652a0   v0.037
      adds  4c2711d   Scrub PERL_MB_OPT in tests too
      adds  31cbd29   Improve information about legacy local::lib
      adds  2a1aa4a   v0.038
      adds  9303547   Imported Upstream version 0.038
       new  24dc3c5   Merge tag 'upstream/0.038'
       new  a7824aa   Update debian/changelog
       new  8f534ff   d/control: JSON:PP: corelist and cme don't agree
       new  2e06bbd   Add autopkgtest control file.
       new  31990f8   releasing package libmodule-build-tiny-perl version 0.038-1

The 7 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                  | 3 +++
 META.json                | 6 +++---
 META.yml                 | 6 +++---
 README                   | 2 +-
 debian/changelog         | 7 +++++--
 debian/control           | 4 ++--
 debian/tests/control     | 8 ++++++++
 debian/upstream/metadata | 8 ++++++++
 lib/Module/Build/Tiny.pm | 6 +++---
 t/simple.t               | 1 +
 10 files changed, 37 insertions(+), 14 deletions(-)
 create mode 100644 debian/tests/control
 create mode 100644 debian/upstream/metadata

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



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