p5sagit/p5-mst-13.2.git
2009-09-26 Nicholas Clark Move Params::Check from ext/ to cpan/
2009-09-26 Nicholas Clark Move Package::Constants from ext/ to cpan/
2009-09-26 Nicholas Clark Move Object::Accessor from ext/ to cpan/
2009-09-26 Nicholas Clark Move NEXT from ext/ to cpan/
2009-09-26 Nicholas Clark Remove now-redundant comment about Module::Pluggable...
2009-09-26 Nicholas Clark Move Module::Loadeed from ext/ to cpan/
2009-09-26 Nicholas Clark Tests in cpan/ should run from their directory, as...
2009-09-26 Nicholas Clark Oops. Forgot to sort the MANIFEST.
2009-09-26 Nicholas Clark Move Module::Load::Conditional from ext/ to cpan/
2009-09-26 Nicholas Clark Move Module::Load from ext/ to cpan/
2009-09-26 Nicholas Clark Move Module::Build from ext/ to cpan/
2009-09-26 Nicholas Clark Move Math::Complex from ext/ to cpan/
2009-09-26 Steffen Mueller Class::ISA 0.35 (doc nits only)
2009-09-26 Nicholas Clark Move Log::Message::Simple from ext/ to cpan/
2009-09-26 Nicholas Clark Move Log::Message from ext/ to cpan/
2009-09-26 Nicholas Clark Move IPC::Cmd from ext/ to cpan/
2009-09-26 Nicholas Clark Move Getopt::Long from ext/ to cpan/
2009-09-26 Nicholas Clark Move File::Path from ext/ to cpan/
2009-09-26 Nicholas Clark Move File::Fetch from ext/ to cpan/
2009-09-26 Nicholas Clark Move ExtUtils::ParseXS from ext/ to cpan/
2009-09-26 Nicholas Clark Move ExtUtils::CBuilder from ext/ to cpan/
2009-09-26 Nicholas Clark Move CPANPLUS::Dist::Build from ext/ to cpan/
2009-09-26 Nicholas Clark Move CPANPLUS from ext/ to cpan/
2009-09-26 Nicholas Clark Move CPAN from ext/ to cpan/
2009-09-26 Nicholas Clark Move Class::ISA from ext/ to cpan/
2009-09-26 Nicholas Clark t/pod/diag.t skips ../ext, so it should skip ../cpan...
2009-09-26 Nicholas Clark Move AutoLoader from ext/ to cpan/
2009-09-26 Nicholas Clark Move autodie from ext/ to cpan/
2009-09-26 Nicholas Clark Move Archive::Tar from ext/ to cpan/
2009-09-25 brian d foy * Fix trailing whitespace in blead 778c687
2009-09-25 brian d foy RT #69208: Check eof before using readline in perlfunc...
2009-09-25 Nicholas Clark win32/FindExt.pm's regression test needs to scan cpan...
2009-09-25 Nicholas Clark Don't process (apparent) duplicate extension directories.
2009-09-25 Nicholas Clark Stop empty top-level directories in ext/ being treated...
2009-09-25 Nicholas Clark Process the extension directories in alphabetical order.
2009-09-25 Nicholas Clark Move Archive-Extract from ext/ to cpan/
2009-09-25 Jesse Vincent First pass through the changelog to get the perldelta...
2009-09-25 Nicholas Clark Move Encode from ext/ to cpan/
2009-09-25 Nicholas Clark Support building nonxs extensions from cpan/ on Unix.
2009-09-25 Nicholas Clark Explicitly sort the extensions, now that they come...
2009-09-25 Nicholas Clark Add ext/autouse/t/lib/MyTestModule.pm to the MANIFEST.
2009-09-25 Nicholas Clark Win32 should look for extensions in ..\cpan as well...
2009-09-24 brian d foy Merge branch 'docs' into blead
2009-09-24 brian d foy * RT #63620: Refer to the :crlf layer instead of STDIO...
2009-09-24 brian d foy Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-09-24 brian d foy * Remove book pirate site from references in perlperf
2009-09-24 Max Maischein Make makedef.pl more robust
2009-09-24 Nicholas Clark Win32 should look for extensions in ..\cpan as well...
2009-09-24 Max Maischein Make make_ext changedir work with multiple scanned...
2009-09-24 Nicholas Clark VMS also should search for extensions in cpan/ as well...
2009-09-24 Nicholas Clark Fix a22f28a4268aa03c - array, not array reference....
2009-09-24 Nicholas Clark Allow make_ext.pl to take multiple --dir options, and...
2009-09-24 Nicholas Clark Fix building MAD with C++ - a MAD_PV of "" is illegal...
2009-09-24 Nicholas Clark Update mkpport.lst to reflect the moves from ext/ to...
2009-09-24 Steve Hay Fix Win32 Makefile generation
2009-09-24 Nicholas Clark Move DB_File from ext/ to cpan/
2009-09-24 Nicholas Clark Move IPC-SysV from ext/ to cpan/
2009-09-24 Nicholas Clark Move Sys-Syslog from ext/ to cpan/
2009-09-24 Nicholas Clark Support comparing extensions in cpan/ as well as ext/
2009-09-24 Nicholas Clark Search for extensions in cpan/ as well as ext/
2009-09-24 Nicholas Clark Support building extensions in cpan/ as well as ext/
2009-09-23 Nicholas Clark Following b0e687f7 Win32 requires an -I..\lib for maked...
2009-09-23 Nicholas Clark Correct d6897368 - Win32 requires the correct path...
2009-09-23 Nicholas Clark Following b0e687f7 Win32 requires an -Ilib to run pl2ba...
2009-09-23 Nicholas Clark Add a --chdir option to configpm, and use this in the...
2009-09-23 Nicholas Clark For miniperl, disable PERL_UNICODE and -C.
2009-09-23 Nicholas Clark Restrict miniperl to just -I..., the split of $ENV...
2009-09-23 Nicholas Clark Declare PERL_IS_MINIPERL in the output of ./{mini,...
2009-09-23 Nicholas Clark runtests should write to t/rantests on successful compl...
2009-09-23 Nicholas Clark Temporarily reinstate a _test target for the benefit...
2009-09-22 chromatic push in Void Context
2009-09-22 Leon Brocard Update list of CPAN mirror sites from cpan.org/SITES
2009-09-22 Leon Brocard Update URL to StuffIt Expander
2009-09-22 Leon Brocard Fix broken URLs (and remove MacPerl Module Porters...
2009-09-22 Leon Brocard Update URL to the current Perl-QA Wiki
2009-09-22 Leon Brocard Remove broken URL from the mro documentation
2009-09-22 Robin Barker fix format warnings from regexec.c
2009-09-22 Steffen Mueller Upgrade to Class::ISA 0.34
2009-09-22 Nicholas Clark Move t/perl symlink creation back to the test_prep...
2009-09-22 Steffen Mueller Sean is passing Class::ISA maintenance to Steffen
2009-09-21 Steffen Mueller Deprecate Class::ISA from core
2009-09-21 Steffen Mueller Remove Class::ISA use from autouse tests
2009-09-21 Steffen Mueller Remove use of Class::ISA from the debugger
2009-09-21 Steffen Mueller Upgrade to Attribute::Handlers 0.87 (which is just...
2009-09-21 Steffen Mueller Revert "Upgrade to Attribute::Handlers 0.87 (which...
2009-09-21 Steffen Mueller Compare core to Attribute::Handlers 0.87 from CPAN
2009-09-21 Steffen Mueller Upgrade to Attribute::Handlers 0.87 (which is just...
2009-09-21 Steffen Mueller Upgrade to AutoLoader 5.70 for CPAN synchronization...
2009-09-21 Steffen Mueller Compare AutoLoader in core to AutoLoader 5.70 from...
2009-09-21 Steffen Mueller Compare PathTools to CPAN's 3.30_01
2009-09-21 Nicholas Clark Fix my bash-ism in 9988b539d419b6c4 - test takes a...
2009-09-21 Robin Barker typo in usage of deprecate
2009-09-21 Rafael Garcia... Change my email address
2009-09-20 Nicholas Clark Move the Makefile targets _test{,_prep,_tty,_notty...
2009-09-20 Nicholas Clark Adopt Makefile macros MINIPERL_EXE and MINIPERL from...
2009-09-20 Nicholas Clark The pod convertors chdir post BEGIN-time, so don't...
2009-09-20 Nicholas Clark On Unix, use the -C option to mktables rather than...
2009-09-19 Yves Orton dropped a test by accident the last go, so ressurect...
2009-09-19 Yves Orton split t/re/pat.t into new pieces
2009-09-19 Yves Orton copy pat.t into five new files
next