| Commit message (Expand) | Author | Age | Files | Lines |
* | Move CPANPLUS from ext/ to cpan/ | Nicholas Clark | 2009-09-26 | 88 | -87/+87 |
* | Move CPAN from ext/ to cpan/ | Nicholas Clark | 2009-09-26 | 47 | -47/+47 |
* | Move Class::ISA from ext/ to cpan/ | Nicholas Clark | 2009-09-26 | 6 | -5/+5 |
* | t/pod/diag.t skips ../ext, so it should skip ../cpan too. | Nicholas Clark | 2009-09-26 | 1 | -1/+1 |
* | Move AutoLoader from ext/ to cpan/ | Nicholas Clark | 2009-09-26 | 7 | -7/+7 |
* | Move autodie from ext/ to cpan/ | Nicholas Clark | 2009-09-26 | 66 | -65/+65 |
* | Move Archive::Tar from ext/ to cpan/ | Nicholas Clark | 2009-09-26 | 29 | -28/+28 |
* | * Fix trailing whitespace in blead 778c687 | brian d foy | 2009-09-25 | 1 | -1/+1 |
* | RT #69208: Check eof before using readline in perlfunc readline example | brian d foy | 2009-09-25 | 1 | -14/+24 |
* | win32/FindExt.pm's regression test needs to scan cpan/ as well as ext/ | Nicholas Clark | 2009-09-25 | 1 | -0/+1 |
* | Don't process (apparent) duplicate extension directories. | Nicholas Clark | 2009-09-25 | 1 | -0/+3 |
* | Stop empty top-level directories in ext/ being treated as old-style extensions. | Nicholas Clark | 2009-09-25 | 1 | -1/+4 |
* | Process the extension directories in alphabetical order. | Nicholas Clark | 2009-09-25 | 3 | -14/+14 |
* | Move Archive-Extract from ext/ to cpan/ | Nicholas Clark | 2009-09-25 | 23 | -22/+22 |
* | First pass through the changelog to get the perldelta current. | Jesse Vincent | 2009-09-25 | 1 | -2/+291 |
* | Move Encode from ext/ to cpan/ | Nicholas Clark | 2009-09-25 | 208 | -206/+206 |
* | Support building nonxs extensions from cpan/ on Unix. | Nicholas Clark | 2009-09-25 | 2 | -2/+7 |
* | Explicitly sort the extensions, now that they come from multiple directories. | Nicholas Clark | 2009-09-25 | 1 | -2/+2 |
* | Add ext/autouse/t/lib/MyTestModule.pm to the MANIFEST. | Nicholas Clark | 2009-09-25 | 1 | -0/+1 |
* | Win32 should look for extensions in ..\cpan as well as ..\ext | Nicholas Clark | 2009-09-25 | 1 | -6/+8 |
* | Merge branch 'docs' into blead | brian d foy | 2009-09-24 | 1 | -5/+5 |
|\ |
|
| * | * RT #63620: Refer to the :crlf layer instead of STDIO for line ending transl... | brian d foy | 2009-09-24 | 1 | -5/+5 |
* | | Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead | brian d foy | 2009-09-24 | 1 | -1/+8 |
|\ \
| |/
|/| |
|
| * | Make makedef.pl more robust | Max Maischein | 2009-09-24 | 1 | -1/+8 |
* | | * Remove book pirate site from references in perlperf | brian d foy | 2009-09-24 | 1 | -2/+0 |
|/ |
|
* | Win32 should look for extensions in ..\cpan as well as ..\ext | Nicholas Clark | 2009-09-24 | 1 | -6/+8 |
* | Make make_ext changedir work with multiple scanned directories on Win32 | Max Maischein | 2009-09-24 | 1 | -3/+7 |
* | VMS also should search for extensions in cpan/ as well as ext/ | Nicholas Clark | 2009-09-24 | 1 | -4/+10 |
* | Fix a22f28a4268aa03c - array, not array reference. (gnat would be proud) | Nicholas Clark | 2009-09-24 | 1 | -1/+1 |
* | Allow make_ext.pl to take multiple --dir options, and honour them all. | Nicholas Clark | 2009-09-24 | 1 | -30/+32 |
* | Fix building MAD with C++ - a MAD_PV of "" is illegal, as it will be free()d. | Nicholas Clark | 2009-09-24 | 2 | -2/+2 |
* | Update mkpport.lst to reflect the moves from ext/ to cpan/ | Nicholas Clark | 2009-09-24 | 1 | -2/+2 |
* | Fix Win32 Makefile generation | Steve Hay | 2009-09-24 | 1 | -2/+2 |
* | Move DB_File from ext/ to cpan/ | Nicholas Clark | 2009-09-24 | 17 | -15/+15 |
* | Move IPC-SysV from ext/ to cpan/ | Nicholas Clark | 2009-09-24 | 23 | -21/+21 |
* | Move Sys-Syslog from ext/ to cpan/ | Nicholas Clark | 2009-09-24 | 21 | -18/+26 |
* | Support comparing extensions in cpan/ as well as ext/ | Nicholas Clark | 2009-09-24 | 1 | -1/+1 |
* | Search for extensions in cpan/ as well as ext/ | Nicholas Clark | 2009-09-24 | 1 | -13/+17 |
* | Support building extensions in cpan/ as well as ext/ | Nicholas Clark | 2009-09-24 | 1 | -1/+12 |
* | Following b0e687f7 Win32 requires an -I..\lib for makedef.pl and x2p\*.PL | Nicholas Clark | 2009-09-23 | 2 | -6/+6 |
* | Correct d6897368 - Win32 requires the correct path for -I for lib/ | Nicholas Clark | 2009-09-23 | 1 | -1/+1 |
* | Following b0e687f7 Win32 requires an -Ilib to run pl2bat.pl with miniperl. | Nicholas Clark | 2009-09-23 | 1 | -1/+1 |
* | Add a --chdir option to configpm, and use this in the Win32 Makfiles. | Nicholas Clark | 2009-09-23 | 3 | -8/+10 |
* | For miniperl, disable PERL_UNICODE and -C. | Nicholas Clark | 2009-09-23 | 2 | -0/+7 |
* | Restrict miniperl to just -I..., the split of $ENV{PERL5LIB}, and "." in @INC | Nicholas Clark | 2009-09-23 | 1 | -0/+5 |
* | Declare PERL_IS_MINIPERL in the output of ./{mini,}perl -V | Nicholas Clark | 2009-09-23 | 1 | -0/+3 |
* | runtests should write to t/rantests on successful completion. | Nicholas Clark | 2009-09-23 | 1 | -0/+2 |
* | Temporarily reinstate a _test target for the benefit of the smokers. | Nicholas Clark | 2009-09-23 | 1 | -1/+5 |
* | push in Void Context | chromatic | 2009-09-23 | 1 | -1/+3 |
* | Update list of CPAN mirror sites from http://www.cpan.org/SITES | Leon Brocard | 2009-09-22 | 1 | -313/+360 |