1.) Add binary and manual page symlinks which "CHECK_FILES" didn't catch
on my system as there were already present from previous installs.
Problem noted by Hasso Tepper in private e-mail.
2.) Stop the install phase from creating "/usr/lib/lua/5.1" and writing
files to it.
Bump package revision again because of these fixes.
The CPAN Testers project captures and analyses detailed results from
building and testing CPAN distributions on multiple operating systems and
multiple versions of Perl. This provides valuable feedback to module
authors and potential users to identify bugs or platform compatibility
issues and improves the overall quality and value of CPAN.
File::pushd does a temporary chdir that is easily and automatically reverted,
similar to pushd in some Unix command shells. It works by creating an object
that caches the original working directory. When the object is destroyed, the
destructor calls chdir to revert to the original working directory. By storing
the object in a lexical variable with a limited scope, this happens
automatically at the end of the scope.
Test::Reporter reports the test results of any given distribution to the
CPAN Testers. Test::Reporter has wide support for various perl5's and
platforms.
- updating module to 1.9304 (seen update to late while committing the add)
Upstream changes:
2009-02-28 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* this is release 1.9304 (same as 1.93_03, just version changed to mark
as stable)
2009-02-01 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* this is release 1.93_51 (dev release towards 1.94)
* major surgery: split all packages within the CPAN.pm file into
separate files. Requested by Gabor Szabo who also submitted an initial
implementation.
* major surgery: relocate the repository to github, adjust all SVN
related code in the Makefile.PL to git, and remove all files that are
not directly relevant to CPAN.pm. (David Golden and Andreas Koenig)
* mega doc and English patch by Tom Christiansen and David Golden
* chmod the build directories to be world readable (suggested by Slaven Rezic)
* fix broken perldoc command (Randy Kobes)
* Use Parse::CPAN::Meta not Parse::Metayaml (Steffen Mueller)
* Negated match variables in distroprefs (Gisle Aas)
* new batch signing key PAUSE2009.pub included
* this is release 1.93_03
2009-02-01 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* this is release 1.93_03 (preparation of stable 1.9304)
* more backporting from trunk
* PAUSE2009.pub included
* s/cpantesters.perl.org/www.cpantesters.org/
2009-01-11 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* this is release 1.93_02
* the underscore is there because it is the first git based release, it
as a test ballon for the merge with bleadperl. I expect it will become
1.9303
* upgrade repo to github
* more caution when running in degraded mode
* default for connect-to-internet-ok to 0 again (for 5.8.9 a quick fix
against bootstrappng problems was to set it to 1; now the resulting
error message makes clear what's going on)
* typo corrections (Frank Wiegand, David Golden)
* backport Parse::CPAN::Meta patch from trunk (Steffen Mueller, David Golden)
which is in pipeline to get added.
This module is a hack to set autoflush for STDOUT and STDERR from the command
line or from PERL5OPT for code that needs it but doesn't have it.
1.) Add missing RCS Ids.
2.) Add missing ".pdf" files to the package list.
3.) Remove all entries for ".so*" and ".a" files and let "pkgsrc"
derive them automatically from the ".la" files.
4.) Fix interpreter path in two example scripts.
Bump package revision after all these fixes.
- update to module version 0.32
- introduce options to choose recommented dependencies
- make previous dependencies and other useful default
Upstream changes:
0.32 - Wed Feb 25 17:40:02 PST 2009
No changes since 0.31_04.
0.31_04 - Fri Feb 20 11:04:59 PST 2009
Other
- Bumped Test::Harness prereq to 3.16 for latest PERL5LIB fixes (solves
test failures when installing Module::Build using CPANPLUS::Dist::Build)
[David Golden]
0.31_03 - Sun Feb 8 14:54:01 PST 2009
Enhancements
- added a "prereq_data" action that prints a Perl data structure of
all prerequisites; can be loaded by external tools using eval()
[David Golden]
Bug-fixes
- 'fakeinstall' action warns and skips without ExtUtils::Install 1.32+
[David Golden, reported by Zefram]
- allows Module::Build version mismatch when installing self; works around
limitations in CPANPLUS::Dist::Build [David Golden]
0.31_02 - Tue Jan 27 09:16:43 PST 2009
Other
- tests now use File::Temp (added to build_requires); appears to fix
Win32 testing heisenbug on directory removal during high system loads
- use_tap_harness.t will skip unless a release version of TAP::Harness
is installed
- improved diagnostics to ensure_blib() tests in t/lib/MBTest.pm
Compat
- passthrough Makefile.PL will now play nice with cpantesters' on
exit(0) (RT#32018) [Eric Wilhelm]
Bug Fixes
- fix for doubling-up of --prefix (RT#19951)