[libcpanplus-dist-build-perl] annotated tag upstream/0.80 created (now 350cbb9)
Lucas Kanashiro
kanashiro at moszumanska.debian.org
Mon Jul 25 13:34:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro pushed a change to annotated tag upstream/0.80
in repository libcpanplus-dist-build-perl.
at 350cbb9 (tag)
tagging f27ca1f4e5466f10f5b472730df3fb645a738e64 (commit)
replaces upstream/0.78
tagged by Lucas Kanashiro
on Mon Jul 25 10:03:44 2016 -0300
- Log -----------------------------------------------------------------
Upstream version 0.80
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJXlg4wAAoJEPgjonKYg8l8X5sP/iIGjfkY1MGZ0rtdWvvnzcHR
wMhrb+KbzciOG8EA89julMIkfoEvCWMPFpI32JgNgKfDpq1G2iGstzpYew0wN8W1
Ny+KZGJ55MmvOQiswsIs9ZQSLrHeGM4dQ5xsDcdVFRnIlewhTGv7J1d2ujedWTBE
GOk2xNKpAm0ynAODzeS5/oiDcwBJ28qUfeygqyD5jLqrpKURML4Get1hPp9CKVnL
uKfyI35uJAkNGkOme+ccCx0TT/F30oga6gB5xVeQTrB2s8Y9e1l0ZynQrt1g67ZH
1lGRZEzbfLqygMHgZn5y1vpR77TU6RnCbhek/CJh5lOhUhofap5U7IAxyDsI8eCI
IorfbfePpBdGYWlDY0gKN+AalglV2ryCbYfTb7s1qTwj+2uC9AOJUZz3OyHnV0w4
OZE5HDl8GaEtiCMesR/9d0pPxpTeYl+S1szGtlANecGL4cX68V5IvxCEqnBEgJN3
XExo5c1hHj51h0a5JB/Z7LQIgarjGxEQjkUvaXov55+jGls4YAaPbSqIHruta1wV
LU3XW9TFKxWiAlcxbgDefGXuUpEcjtyjNYleLKMyHZB1wgtfOR3AuIW4a7D3lUNr
Z1hq+wLJYiCV11KLNsYniVVmC2k+amEvaoEGuoYAlzKPUUtT0E8sfsuTERhBr4hy
0h0VgVQzf15ES7OdPLIv
=/RV7
-----END PGP SIGNATURE-----
Chris 'BinGOs' Williams (8):
svn.perl.org is being retired. Switch over to git and github.
Actually resolve issue where Build.PL does not generate Build script
Update Changes and bump to version 0.72
Remove Module::Pluggable prereq
Don't send test reports during prepare() phase
Release engineering for 0.76
Shield tests from PERL_INSTALL_QUIET env var
Include test_requires when falling back on old shizz
Chris Williams (81):
Added capturing the output during Build.PL, removed prereq_satisfied() method so we use inherited method instead, which fixes a problem with perl-5.6
Added tee type functionality to the capturing. Tested across all my smokeboxen. Have not tried on MSWin32
Changed all the mb->dispatch() calls to IPC::Cmd instead, just like CP::D::MM does
Process separation using IPC::Cmd. Get prereqs from Build prereq_data or _build/prereqs
Test fixes, detect C_support more cleanly. Changed to M::I in Makefile.PL
Bump version for another dev release
Various stuff see Changes file for details
Bumped version to an even number for a stable release
last minute cosmetic enhancements
Added installdirs directive to Makefile.PL to resolve RT #43739
Updated Changes
Finalise CPAN release
Fixed the version number in ::Constants
Fixed a small bug where _find_prereqs() returning undef caused a barf further up in CPANPLUS::Module
Bail-out with undef earlier in _find_prereqs() in we have no content to evaluate
Ported the configure_requires functionality from CP::D::MM
Resolved some issues on MSWin32 due to capturing of STDOUT/STDERR
Bump versions for stable release
Applied patch from Vincent Pit [RT #44426]
Update Changes ready to punt to CPAN
Amendments for the new save_state in dev CPANPLUS. Added M::I::Repository functionality to Makefile.PL
Prepare for CPAN release 0.18
Make the auto_set_repository author only feature
Update changes for CPAN release
Fix the installdirs in Makefile.PL
Removed CPANPLUS::inc from the code as CPANPLUS-0.86 does not include this now.
Updated tests to use conf.pl and dummy-CPAN structure from CPANPLUS to resolve an issue with running under core
Added the dummy-CPAN
Prime for CPAN release
Add the CPANPLUS bin/ dir to {PATH} if we are running under PERL_CORE. This fixes warnings during 'make test' in the core
[RT #46176] Skip XS tests when perl compiled without dynamic loading. Reported by Andy Dougherty
Removed generation of .output files
Forgot to remove the close of the output handle in END block
Added auto_provides to Makefile.PL
Removed a comment.
Fixed the setting of PERL5_CPANPLUS_IS_EXECUTING env var in prepare. Spotted by Matt Trout
Added 'perlwrapper' to all perl calls. Spotted by Matt Trout
Updated Changes
Test
Fixed the 02packages.details.txt.gz file in our fake CPAN CPANPLUS-0.87_01 now checks this file for sanity. Ours was not sane >:) Spotted by the ever vigilant Vincent Pit.
Fix to _find_prereqs() for VMS when running prereq_data Build target, reported by Craig Berry.
Integrated patch from Craig Berry to not use perlwrapper when on VMS. Skip the env test on VMS as well.
Rolled in last changes for the core.
Document changes
Missed a semicolon.
Make install() honour the buildflags directive, absence spotted by Matt Trout
Prepare for CPAN Release
Cosmetic changes to test output message, so it matches CPANPLUS::Dist::MM
Changes required for a CPAN release
Change the location of the CPANPLUS bin directory when running under core
Added MYMETA support. It will use MYMETA.yml if the parent class has support.
Bump to a dev release 0.41_01
Bump to a stable release
Make the prereq resolving fallback to _build/ querying if the 'prereq_data' action fails.
Update Changes
Make the prereq resolving *actually* fallback to _build/ querying if the 'prereq_data' action fails.
Explicitly set the location of cpanp-run-perl when under PERL_CORE in t/inc/conf.pl
Make sure we find cpanp-run-perl in ../../utils when PERL_CORE
Correct spelling in POD, pointed out by H.Merijn Brand
Bump version
Clear M::B relevant env vars during the install test
Update Changes and bump version
Fix typos (spelling errors) in cpan/CPANPLUS-Dist-Build/*.
Bump version and update CHANGES
Only delete 'perl' as a prereq if CPANPLUS version is less than 0.9102
Bump version to 0.54 and update Changes
Remove trailing whitespace
Update Changes and bump version to 0.56
Added local::lib type behaviour detection to disable use of 'sudo'
Update Changes and bump version to 0.58
Add new constant for the perl wrapper.
Replace 'perlwrapper' use with an equivalent one-liner
Update to use githubmeta() extension
Update Changes and bump to version 0.60
Test reporting enhancements
Bump to version 0.62
Update Module::Install, no functional changes.
Resolve issue where Build.PL does not generate Build script
Revert change to wrapper command-line
Core deprecation warnings added, prior to de-coring with v5.20.0
Merge pull request #1 from dsteinbrunner/patch-1
David Golden (5):
add current version to Changes (and see if I have a commit bit)
bumped CPANPLUS prereq to 0.84
suppress [ERROR] messages in tests
bump Test::Harness prereq to 3.16
bump version to 0.06_06; bump Module::Build prereq to 0.32; detab Makefile.PL
David Steinbrunner (1):
typo fix
Eric Wilhelm (1):
. - add to the ignores property
Jos Boumans (22):
r27 at rimmer: kane | 2006-08-12 22:47:24 +0200
r28 at rimmer: kane | 2006-08-12 22:48:03 +0200
r29 at rimmer: kane | 2006-08-12 23:10:34 +0200
r33 at rimmer: kane | 2006-08-16 19:57:38 +0200
r2733 at rimmer: kane | 2006-10-18 16:15:22 +0200
r3837 at rimmer: kane | 2007-02-25 17:11:04 +0100
r3838 at rimmer: kane | 2007-02-25 17:11:29 +0100
r3841 at rimmer: kane | 2007-02-25 17:19:49 +0100
r1911 at coke: josboum | 2007-05-04 14:13:42 +0200
r1913 at coke: josboum | 2007-05-04 14:14:46 +0200
r1933 at coke: josboum | 2007-05-09 11:00:16 +0200
r4006 at rimmer: kane | 2007-05-22 13:40:30 +0200
r4007 at rimmer: kane | 2007-05-22 13:42:56 +0200
r4024 at rimmer: kane | 2007-05-28 14:54:02 +0200
r2244 at coke: josboum | 2007-10-02 10:58:24 +0200
r2266 at coke: josboum | 2007-10-03 14:24:23 +0200
r4582 at coke: josboum | 2007-11-06 13:03:18 +0100
r4586 at coke: josboum | 2007-11-09 12:51:44 +0100
r4587 at coke: josboum | 2007-11-09 13:02:28 +0100
r4453 at rimmer: kane | 2007-11-14 10:02:44 +0100
r4467 at rimmer: kane | 2007-11-14 13:06:01 +0100
r4469 at rimmer: kane | 2007-11-14 13:07:47 +0100
Ken Williams (34):
Initial checkin of Jos' code
Uninstalling should work (but doesn't)
Update two 'KNOWN ISSUES' in the docs and add me to the author text
Start working on proper prereq checking
Add a CPANPLUS workaround that gets uninstall() almost working
Get the uninstallation tests working with a zillion workarounds
Add some commentage
Don't re-declare this variable
Get rid of a bunch of warnings. A couple types we just mask, because
*** empty log message ***
Honor build_requires as well as just requires
Correct a couple inaccuracies in the POD
A patch from Jos to allow the caller to filter the prereq list
Add the real function where I was using a stub
Move the actual prereq checking to a new prereq_satisfied method
This issue isn't an issue anymore
Don't send a 'pass' report just because --force is in effect
Apply Jos' cleanup patch for my last bungling
Maybe fix these files?
Set to binary
Update author
Standardize formatting, add timestamp
Ignore .releaserc
Get MANIFEST up to date
Need to quote strings.
we're not in CVS anymore, Toto
More stuff to ignore
Don't put META.yml in repo
Module::Release will add the date
Ignore t/dummy-cpanplus
Add release header
Fix some CPAN Tester output issues
git-svn-id: https://svn.perl.org/modules/CPANPLUS-Dist-Build/trunk@11903 50811bd7-b8ce-0310-adc1-d9db26280581
Add .svn
Lucas Kanashiro (1):
Imported Upstream version 0.80
-----------------------------------------------------------------------
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/libcpanplus-dist-build-perl.git
More information about the Pkg-perl-cvs-commits
mailing list