summaryrefslogtreecommitdiff
path: root/Porting
Commit message (Collapse)AuthorAgeFilesLines
* Move Archive::Extract from lib/ to ext/Chris Williams2009-09-061-1/+1
|
* Move IO::Zlib from lib/ to ext/Chris Williams2009-09-041-1/+2
|
* Move Params::Check from lib/ to ext/Chris Williams2009-09-041-1/+1
|
* Move Object::Accessor from lib/ to ext/Chris Williams2009-09-041-1/+1
|
* Moved Module::Load from lib/ to ext/Chris Williams2009-09-041-1/+1
|
* Move Module::Load::Conditional from lib/ to ext/Chris Williams2009-09-041-3/+1
|
* Moved Module::Loaded from lib/ to ext/Chris Williams2009-09-041-1/+1
|
* Adjust the Maintainers.pl after IPC-Cmd moveChris Williams2009-09-041-1/+1
|
* Moved Log::Message et al from lib/ to ext/Chris Williams2009-09-041-4/+1
|
* Moved Log::Message::Simple from lib/ to ext/Chris Williams2009-09-041-3/+1
|
* Move Devel::SelfStubber from lib to extSteffen Mueller2009-09-041-1/+1
|
* Move IPC::Open3 from lib to extSteffen Mueller2009-09-041-1/+1
|
* Move IPC::Open2 from lib to extSteffen Mueller2009-09-041-1/+1
|
* Move vms/ext/DCLsym and vms/ext/Stdio to ext/VMS-DCLsym and ext/VMS-Stdio.Craig A. Berry2009-09-031-0/+16
|
* Move Tie::Memoize from lib to extSteffen Mueller2009-09-031-1/+1
|
* Move FileCache from lib to extSteffen Mueller2009-09-031-2/+2
| | | | | At the same time, remove PERL_CORE logic from tests and convert tests to use Test::More instead of t/test.pl.
* Move autouse from lib to extSteffen Mueller2009-09-031-1/+2
|
* Move File::Fetch from lib to extChris 'BinGOs' Williams2009-09-021-1/+1
|
* Move Tie::File from lib to extSteffen Mueller2009-09-021-1/+1
|
* Move Package::Constants from lib to extSteffen Mueller2009-09-021-1/+1
|
* Address update by Richard FoleyAbigail2009-09-011-2/+2
|
* Revert "Move Text::ParseWords from lib to ext"Nicholas Clark2009-08-311-1/+5
| | | | | | | | | (ExtUtils::Liblist::Kid::_win32_ext() requires Text::ParseWords, so it can't live in ext until we solve the general problem of toolchain modules in ext) This reverts the structural changes of commit d6052a374138e04d8688ae89baeabff82e80a71c, but retains the boilerplate removal of 4a503f371e8f1d4e174172c023c18046ee5b1a22, as TestInit.pm renders it obsolete.
* Upgrade Term::ANSIColor to 2.02Steffen Mueller2009-08-311-1/+1
|
* Move Thread::Semaphore from lib to extNicholas Clark2009-08-311-1/+1
|
* Move Thread::Queue from lib to extNicholas Clark2009-08-311-1/+1
|
* Move SelfLoader from lib to extNicholas Clark2009-08-311-1/+1
|
* Move Pod::Plainer from lib to extNicholas Clark2009-08-311-1/+1
| | | | | | | We can probably deprecate this from core. It seems to have been written to "shore up pod2latex shortcomings" (d23ed1f2ad4fab0a) in March 2000, and 3 months later that was replaced with the Pod::LaTex on CPAN (076c2fc018b685ea), so nothing in core uses it.
* Revert "Move Text::Tabs/Text::Wrap from lib to ext"Vincent Pit2009-08-301-1/+5
| | | | | | | | The mktables failure wasn't the only issue : ExtUtils::Constant also requires Text::Tabs. Since that makes it effectively toolchain, it's best kept it in lib/ for now. This reverts commit 4f87fa576f174a31e6d8fdb08cae76e644395db0.
* Move Text::Tabs/Text::Wrap from lib to extSteffen Mueller2009-08-301-5/+1
| | | | | It'll live in ext/Text-Tabs for now to make the Makefile.PL generation happy.
* Move Text::ParseWords from lib to extSteffen Mueller2009-08-301-5/+1
|
* Remove old "EXCLUDED" entry for base.pm in Maintainers.plRafael Garcia-Suarez2009-08-301-1/+0
|
* Update Porting scripts and docs for the new path of Module::CoreListRafael Garcia-Suarez2009-08-302-9/+10
|
* Adapt Maintainers.pl for Module::CoreList moveRafael Garcia-Suarez2009-08-301-6/+1
|
* Move Net::Ping from lib to extNicholas Clark2009-08-301-1/+1
|
* Move I18N::LangTags from lib to extNicholas Clark2009-08-301-1/+1
|
* Move Filter::Simple from lib to extNicholas Clark2009-08-301-8/+1
|
* Update Text::Balanced to 2.02Steffen Mueller2009-08-301-6/+2
| | | | At the same time, remove PERL_CORE boilerplate from the test scripts.
* Move Text::Balanced from lib to extSteffen Mueller2009-08-301-3/+2
|
* Move base from lib to extNicholas Clark2009-08-301-1/+1
|
* Move Term::UI from lib to extSteffen Mueller2009-08-301-1/+1
|
* Move Term::Cap from lib to extSteffen Mueller2009-08-301-5/+1
| | | | Remove PERL_CORE boilerplate in Term::Cap tests
* Correct 2 UPSTREAM mistakes added in e1466347d2d91d81b58b.Nicholas Clark2009-08-301-2/+1
|
* Break out B::Debug into its own directory in ext.Nicholas Clark2009-08-301-4/+1
|
* Break out B::Deparse into its own directory in ext.Nicholas Clark2009-08-301-1/+1
|
* Break out B::Lint into its own directory in ext.Nicholas Clark2009-08-301-8/+1
|
* Move Term::ANSIColor from lib to extSteffen Mueller2009-08-301-8/+2
|
* Move Shell from lib to extSteffen Mueller2009-08-301-4/+1
|
* Move Switch from lib to ext.Nicholas Clark2009-08-301-4/+1
|
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-281-6/+2
| | | | | | | | | | | Inspired by, and in parts borrows from, Schwern's branch on github, but takes a slightly different approach in places. Not quite perfect yet - ext/File-Glob still runs from t, at least one FIXME needs fixing, and the changes to dual-life modules' tests need to be filtered back upstream, and possibly modified to suit their respective authors. But it works.
* Update Module::Build to 0.35David Golden2009-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0.35 - Thu Aug 27 09:12:02 EDT 2009 Bug fixes: - Fix t/destinations.t segfault on 5.6.2 0.34_06 - Sat Aug 22 21:58:26 EDT 2009 Bug fixes: - Multiple test fixes for OS2 [Ilya Zakharevich] - Generated.ppd files use :utf8 if possible (RT#48827) [Olivier Mengue] - Fixed preservation of custom install_paths on resume (RT#41166) [David Golden] - Warn instead of crashing when Pod::Man tries to create files with colons on vfat partitions on unix (RT#45544) [David Golden] 0.34_05 - Sun Aug 9 22:31:37 EDT 2009 Bug fixes: - When auto_configure_requires is true (the default), Module::Build will only add last 'major' version of Module:Build (e.g. 0.XX) to configure_requires to avoid specifying a minor development release not available on CPAN [David Golden] 0.34_04 - Sat Aug 8 11:02:24 EDT 2009 Other: - Added documentation warning that 'get_options' should be capitalized to avoid conflicting with future Module::Build options and changed the examples accordingly. 0.34_03 - Sat Aug 8 07:39:16 EDT 2009 Bug fixes: - Fixed failing xs.t if /tmp is mounted noexec (RT#47331) [David Golden] - Fixed failing debug.t on VMS (RT#48362) [Craig Berry] - Prevent par.t from dying on error in .zip extraction [David Golden] - Fixed potential runthrough.t failure on 5.6.2 [David Golden] Other: - Archive::Tar changed from 'requires' to 'recommends' so non-authors without IO::Zlib can still use Module::Build to install modules [reported by Matt Trout, fix by David Golden]