[libmodule-build-tiny-perl] annotated tag upstream/0.038 created (now 056450d)

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


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

gregoa pushed a change to annotated tag upstream/0.038
in repository libmodule-build-tiny-perl.

        at  056450d   (tag)
   tagging  9303547ca288fe64b1b1c3d125e599d2e295bf2a (commit)
  replaces  upstream/0.037
 tagged by  gregor herrmann
        on  Mon Sep 8 19:26:10 2014 +0200

- Log -----------------------------------------------------------------
Upstream version 0.038

Chris 'BinGOs' Williams (1):
      Scrub environment variable in tests

David Golden (50):
      stub package
      trivial working build/clean
      simple build & test working
      simple prereqs and Build.PL diag output
      refactor
      gitignore generated MANIFEST* files
      require EU::Manifest 1.57 after all
      clean and realclean
      simple dist build
      note comments on what to do next
      more todo
      more gitignore
      fix broken prereq regex
      initial option support
      refine prereq regex for leading spaces
      refactored option handling; preserve options to Build
      more option tweaks
      simple install working
      add t/lib/DistGen and adapt
      add Changes and Todo
      add some stub POD
      add btiny (but fails tests)
      rename script dir to bin
      btiny works
      less Todo
      add inc bundling
      add some docs on supported/unsupported features
      find build_requires from t/
      add version numbers to build reqs in DistGen
      find build_reqs in t/lib and fix regex error
      added more documentation
      more documentation
      got some rudimentary testing working
      more simple testing
      more Todo
      more build testing and fixes
      gitignore distdir and tarball
      get prereqs from bin
      generate (incomplete) META.yml
      minimal META.yml creation complete
      copy META to MYMETA if it exists
      added prereqs to generated META.yml
      tweak docs
      add support for config file and PERL_MB_OPT
      bump version to 0.02
      bump version to 0.03
      fix docs and prep for release
      bump version to 0.04
      fix tests for versioned perl
      timestamp Changes for release

Graham Knop (1):
      fix env options and Build.PL options being ignored

Igor Yu. Vlasenko (1):
      Separate libdoc and bindoc checks

Karen Etheridge (2):
      document that module sharedirs are not supported
      document that dist sharedirs must be in share/

Leon Timmermans (179):
      Put actions in a hash
      Added stuff to Todo
      Rewrote external interface to two functions
      Removed Acme:: from Module::Build::Tiny's name
      Removed authoring code
      Allow importing of functions
      Added myself to authors
      Added CPAN::Meta
      Removed loose ends
      Refactored _files()
      Use ExtUtils::BuildRC for reading config file
      Updated .gitignore
      Fixed cached configuration from Build.PL stage
      Use MM->fixin instead of searching perl's location
      Make build a sub so things are a bit easier
      Use ExtUtils::Helpers for portability
      Switch from Data::Dumper to JSON for serialization
      Removed _dist2mod
      Made $VERSION match META.yml
      Give clearer error message on unknown action
      Various cosmetic updates
      Made all paths portable
      Simplify argument handling
      Remove MYMETA files on realclean
      Fix filtering of test files
      Resorted imports
      Added --verbose and --dry_run
      Renamed build to _build
      Use TAP::Harness instead of Test::Harness
      Use ExtUtils::InstallPaths
      Add release tests
      Renamed _build/build_params to _build_params
      Use File::Slurp instead of handrolled subs
      Use File::Find::Rule to find files
      exit 1 on test errors
      Added --config support
      Merged _get_options into Build
      Refactored _build to make feature additions easier
      Fixed braino wrt testing for tty
      Added manpage generation
      Added verbose cleaning
      Major documentation update
      Converted to Dist::Zilla
      Added missing documentation
      Changed version tagging to use 3 digit
      Updated Changes
      v0.006
      We've got dzil integration now
      Made [BuildSelf] happy and put it after prereqs
      Made Pod::Coverage happy
      Updated changes for 0.007
      v0.007
      Fix writability for scripts and modules
      Require minimal version of more dependencies
      Remove clean and realclean actions
      v0.008
      Use JSON instead of JSON::PP
      Install packlists to the right location
      v0.009
      Fixed catdir to catfile
      Set chmod more robust hopefully
      Various documentation updates
      Simplify building code
      Don't try to do interaction dependencies
      Support *.PL files in ./lib/
      Tidied up codebase
      Updates Changes file
      v0.010
      Remove useless chmods
      Made tests more portable (to Windows)
      Skip manpage generation on Windows
      Clean up DistGen's exportations
      Updated Dist::Zilla config and related
      Updated Todo
      Updated Changes
      Improved tests now EU::H is more reliable
      v0.011
      Reordered dzil modules to prevent order conflict
      Delay loading meta file
      Generate Author section
      Fixed 5.6 compatibility in tests
      Don't be too VMSy
      Move manify from EU::H to M::B::T
      Check smarter if manpages should be installed
      Move abstract to satisfy dzil
      v0.012
      Detildefy input
      Write META files more cleanly
      Get rid of Pod Coverage tests
      Use File::HomeDir instead of M::B's detildefy
      Updated dist.ini
      Remove superfluous __END__
      v0.013
      Make blib/arch, to satisfy blib.pm
      Write correct meta file for tests
      Added sharedir support
      Get rid of Test::Exception
      Drop Capture::Tiny in favor of IPC::Open2
      Don't hard-require File::ShareDir for tests
      Get rid of File::Slurp
      Updated Changes
      v0.014
      Removed outdated dependency on File::pushd
      Load Pod::Man
      Remove dependency on File::Find::Rule
      Revert "Use JSON instead of JSON::PP"
      Removed File::ShareDir to a suggestion
      Revert "Use File::HomeDir instead of M::B's detildefy"
      Skip scripts and shared if not present
      Drop .modulebuildrc support
      v0.015
      Added forgotten Changes entries for 0.015
      Fix loading of File::Find
      v0.016
      Fix redefined find warning
      v0.017
      Suggest a more recent constant.pm
      Lazily load Pod::Man and TAP::Harness
      Don't manify unless necessary
      Require latest ExtUtils::Helpers
      v0.018
      Accept --pureperl-only
      Require latest ExtUtils::Helpers
      v0.019
      Accept a --create_packlist argument
      Don't pretend includebility
      v0.020
      Add directory test to find
      Only manify if really installable
      Add XS support
      v0.021
      Fix dirname code for toplevel modules
      v0.022
      Skip compilation test when not having a compiler
      Implement --pureperl-only
      v0.023
      Generate man pages in the correct section
      v0.024
      Use local tempdir
      v0.025
      Safe PERL_MB_OPT during configuration stage
      v0.026
      Removed old items from todo
      Updated various parts of the documentation
      Added incompatibilities to dist.ini
      Updated Changes
      v0.027
      Revert "Remove clean and realclean actions"
      Tidied code
      Build .c and .o in temp/ instead of lib
      Get rid of layers
      v0.028
      Add main dir to include path
      Respect harness environmental variables
      v0.029
      Added workaround for #54606
      v0.030
      Process argument sources individually
      TAP::Harness version dependency is autodetected
      Use mod2fname appropriately
      v0.031
      v0.032
      Require Getopt::Long 2.36
      Add install tests
      v0.033
      Make space for $VERSION
      Make install tests more platform independent
      v0.034
      Fix install test in absence of a compiler
      v0.035
      Add description to XS test
      Don't pass unnecessary options to TAP::Harness
      Add --jobs argument to MBT
      Add xs directory to include list
      v0.036
      v0.037
      Scrub PERL_MB_OPT in tests too
      Improve information about legacy local::lib
      v0.038

Olivier Mengué (1):
      dzil: list Dist::Zilla::Plugin::BuildSelf explicitely

Ricardo Signes (3):
      do not issue undef warning on "./Build"
      if $^X is just "perl" use perlpath
      prep changelog for next release

Tokuhiro Matsuno (1):
      Fixed SYNOPSIS

gregor herrmann (1):
      Imported Upstream version 0.038

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
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