summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fix up ABSTRACT_FROMRobin Barker2009-09-271-1/+4
|
* Remove unused gitignore entryRafael Garcia-Suarez2009-09-271-1/+0
|
* git config lossageZefram2009-09-271-0/+2
| | | | | | | | | The git that I have installed (Debian etch) doesn't support "git config". This causes nasty failure in make_patchnum.pl, where it gets a help message from git, and then blindly interpolates that message into a command that it passes to the shell for execution. The attached patch fixes this.
* gitignore additionsRafael Garcia-Suarez2009-09-274-0/+5
|
* [perl #69384] numericness failure in sortingZefram2009-09-273-13/+8
| | | | | This patch removes the error "Sort subroutine didn't return a numeric value" and adds a regression test.
* Win32 build should scan cpan/ as well as ext/Steve Hay2009-09-271-0/+1
|
* Tests running in cpan (and dist) are also allowed to generate noisy TAP.Nicholas Clark2009-09-271-1/+1
|
* Remove IPC::SysV from the list of PERL_CORE=1 testing exceptions.Nicholas Clark2009-09-272-6/+0
| | | | | | One of its tests was forcibly setting @INC when $ENV{PERL_CORE} is true. That's not just unnecessary now, it's actively counter-productive, because tests in @ext are running from their extension's directory, not the core's t directory.
* Change the invocation of mktables to the "standard" $(Icwd).Nicholas Clark2009-09-271-1/+1
|
* Support building extensions in dist/ as well as cpan/ and ext/Nicholas Clark2009-09-2611-20/+42
|
* TestInit at the command line should treat tests in cpan/ the same as in ext/Nicholas Clark2009-09-261-1/+1
|
* Tell Maintainers.pl the tarballs of modules that have been updated recently.Nicholas Clark2009-09-261-3/+3
|
* Move Devel::PPPort from ext/ to cpan/Nicholas Clark2009-09-26175-174/+174
|
* Fix the CPAN-to-core file mapping for Getopt::Long.Nicholas Clark2009-09-261-1/+1
|
* Move Tie::RefHash from ext/ to cpan/Nicholas Clark2009-09-268-7/+7
|
* Move Text-Tabs+Wrap from ext/ to cpan/Nicholas Clark2009-09-2618-17/+17
|
* Move Test from ext/ to cpan/Nicholas Clark2009-09-2612-11/+11
|
* Move Term::UI from ext/ to cpan/Nicholas Clark2009-09-267-6/+6
|
* Move Term::ANSIColor from ext/ to cpan/Nicholas Clark2009-09-266-5/+5
|
* Move podlators from ext/ to cpan/Nicholas Clark2009-09-2632-33/+33
|
* Move Parse::CPAN::Meta from ext/ to cpan/Nicholas Clark2009-09-2629-29/+29
|
* Move Params::Check from ext/ to cpan/Nicholas Clark2009-09-264-3/+3
|
* Move Package::Constants from ext/ to cpan/Nicholas Clark2009-09-264-3/+3
|
* Move Object::Accessor from ext/ to cpan/Nicholas Clark2009-09-2610-9/+9
|
* Move NEXT from ext/ to cpan/Nicholas Clark2009-09-2612-11/+11
|
* Remove now-redundant comment about Module::Pluggable's tests.Nicholas Clark2009-09-261-2/+0
|
* Move Module::Loadeed from ext/ to cpan/Nicholas Clark2009-09-264-3/+3
|
* Tests in cpan/ should run from their directory, as tests in ext/ already do.Nicholas Clark2009-09-261-4/+4
|
* Oops. Forgot to sort the MANIFEST.Nicholas Clark2009-09-261-9/+9
|
* Move Module::Load::Conditional from ext/ to cpan/Nicholas Clark2009-09-2611-10/+10
|
* Move Module::Load from ext/ to cpan/Nicholas Clark2009-09-2610-9/+9
|
* Move Module::Build from ext/ to cpan/Nicholas Clark2009-09-2669-68/+68
|
* Move Math::Complex from ext/ to cpan/Nicholas Clark2009-09-267-6/+6
|
* Class::ISA 0.35 (doc nits only)Steffen Mueller2009-09-263-5/+8
|
* Move Log::Message::Simple from ext/ to cpan/Nicholas Clark2009-09-266-5/+5
|
* Move Log::Message from ext/ to cpan/Nicholas Clark2009-09-2610-9/+9
|
* Move IPC::Cmd from ext/ to cpan/Nicholas Clark2009-09-268-7/+7
|
* Move Getopt::Long from ext/ to cpan/Nicholas Clark2009-09-2611-10/+10
|
* Move File::Path from ext/ to cpan/Nicholas Clark2009-09-265-4/+4
|
* Move File::Fetch from ext/ to cpan/Nicholas Clark2009-09-264-3/+3
|
* Move ExtUtils::ParseXS from ext/ to cpan/Nicholas Clark2009-09-2612-11/+11
|
* Move ExtUtils::CBuilder from ext/ to cpan/Nicholas Clark2009-09-2616-15/+15
|
* Move CPANPLUS::Dist::Build from ext/ to cpan/Nicholas Clark2009-09-2613-12/+12
|
* Move CPANPLUS from ext/ to cpan/Nicholas Clark2009-09-2688-87/+87
|
* Move CPAN from ext/ to cpan/Nicholas Clark2009-09-2647-47/+47
|
* Move Class::ISA from ext/ to cpan/Nicholas Clark2009-09-266-5/+5
|
* t/pod/diag.t skips ../ext, so it should skip ../cpan too.Nicholas Clark2009-09-261-1/+1
|
* Move AutoLoader from ext/ to cpan/Nicholas Clark2009-09-267-7/+7
|
* Move autodie from ext/ to cpan/Nicholas Clark2009-09-2666-65/+65
|
* Move Archive::Tar from ext/ to cpan/Nicholas Clark2009-09-2629-28/+28
|