Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pod-Perldoc is now maintained on CPAN | Florian Ragwitz | 2012-01-31 | 1 | -1/+0 |
| | |||||
* | Bump the perl version in various places for v5.15.7 | Chris 'BinGOs' Williams | 2012-01-20 | 1 | -1/+1 |
| | |||||
* | Move Tie-File out of cpan/ and into dist/ | Todd Rinaldo | 2011-12-23 | 1 | -0/+1 |
| | | | | | | | Tie::File has not been changed on CPAN since 2003. It has meanwhile been actively maintained in p5p. Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | ||||
* | Bump the perl version in various places for 5.15.6 | Dave Rolsky | 2011-12-19 | 1 | -1/+1 |
| | |||||
* | Add autodoc.pl to the 'no_index' section of META.yml | Nicholas Clark | 2011-12-19 | 1 | -0/+1 |
| | | | | | This stops search.cpan.org mistaking its stub contents for the (full, generated) perlapi manpage. | ||||
* | Fix Maintainers.pl and META.yml for removal of lib/version.t | David Golden | 2011-12-15 | 1 | -1/+0 |
| | |||||
* | Bump the perl version for 5.15.5 | Steve Hay | 2011-11-20 | 1 | -1/+1 |
| | |||||
* | Bump the perl version in various places for 5.15.4 | Florian Ragwitz | 2011-10-20 | 1 | -1/+1 |
| | |||||
* | bump version to 5.15.3 using Porting/bump-perl-version | Stevan Little | 2011-09-20 | 1 | -1/+1 |
| | |||||
* | Update META.yml following 986a805c | Father Chrysostomos | 2011-09-17 | 1 | -0/+1 |
| | |||||
* | dual-life Carp | Zefram | 2011-09-04 | 1 | -0/+1 |
| | | | | | | | | | Make Carp portable to older Perl versions: * check minimum Perl version (5.6) at load time * use || instead of // * attempt downgrading to avoid loading Unicode tables when that might fail * check whether utf8::is_utf8() exists before calling it * lower IPC::Open3 version requirement in Carp tests | ||||
* | perlfaq is now maintained on CPAN | Florian Ragwitz | 2011-08-29 | 1 | -1/+0 |
| | |||||
* | bump version to 5.12.2 using Porting/bump-perl-version | Ricardo Signes | 2011-08-20 | 1 | -1/+1 |
| | |||||
* | bump perl version number to 5.15.1 | Zefram | 2011-07-20 | 1 | -1/+1 |
| | |||||
* | Dual-life Search::Dict | Florian Ragwitz | 2011-07-17 | 1 | -0/+1 |
| | |||||
* | Dual-life Term::Complete | Florian Ragwitz | 2011-07-13 | 1 | -0/+1 |
| | |||||
* | Dual-life perlfaq | Florian Ragwitz | 2011-07-08 | 1 | -0/+1 |
| | |||||
* | Move perldoc.pod to the dist it belongs to | Florian Ragwitz | 2011-07-07 | 1 | -1/+0 |
| | |||||
* | Regenerate META.yml after the Term-Readline move | Florian Ragwitz | 2011-07-07 | 1 | -0/+1 |
| | |||||
* | Plain scalars are supposed to be literal filenames | Florian Ragwitz | 2011-07-06 | 1 | -0/+1 |
| | | | | Anchor them accordingly. | ||||
* | Remove deprecated Perl 4 core libraries | Florian Ragwitz | 2011-07-03 | 1 | -1/+0 |
| | |||||
* | Dual-life Text::Abbrev | Florian Ragwitz | 2011-07-02 | 1 | -0/+1 |
| | |||||
* | Maintainers.pl: fix podlators entry | David Mitchell | 2011-05-19 | 1 | -0/+1 |
| | | | | | | The mapping didn't include the basic '' => cpan/podlators entry, so core-cpan-diff was reporting lots of errors. Also, there was much strangeness with *.PL files. | ||||
* | Bump the perl version in various places for 5.15.0 | David Mitchell | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | [perl #88486] IO::File does not always export SEEK* | Father Chrysostomos | 2011-04-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit d963bf0 made perl set @IO::File::ISA automagically. Commit 15e6cdd made filehandle methods load IO::File automagically. Commit efc5c7c attempted to solve the problem that having IO::Handle loaded causes IO::File to be bypassed, rendering 15e6cdd only semi-effective (see [perl #87940]), by requiring IO::File inside IO::Handle. That commit ended up breaking several CPAN modules, because IO::File adds @IO::Seekable::EXPORT to its own exports. If IO::Seekable is loaded first (before IO::File), before setting up its @EXPORT it loads IO::Handle, which loads IO::File, which tries to load IO::Seekable, which is in %INC already, and which is hence wait- ing for IO::File to load before it sets its own @EXPORT. So IO::File sees @IO::Seekable::EXPORT empty. Hence, every piece of code that tries to import SEEK_END from IO::File will simply not get it if IO::Seekable is already loaded (explicitly or, e.g., by File::Temp). This commit hopefully fixes the breakage and the problem that efc5c7c attempted to fix by loading IO::File only inside IO::Handle::new (the only method that IO::File overrides). | ||||
* | First provisional bump to 5.14.0-RC0 | Jesse Vincent | 2011-04-02 | 1 | -1/+1 |
| | |||||
* | Re-generate META.yml | Florian Ragwitz | 2011-03-25 | 1 | -1/+0 |
| | |||||
* | Bump the perl version for 5.13.11 | Florian Ragwitz | 2011-03-20 | 1 | -1/+1 |
| | |||||
* | Bump the perl version in various places to 5.13.10 | Ævar Arnfjörð Bjarmason | 2011-02-20 | 1 | -1/+1 |
| | | | | | | | | | | Done with: ./perl -Ilib Porting/bump-perl-version -s 5.13.9 5.13.10 > /tmp/scan ./perl -Ilib Porting/bump-perl-version -u < /tmp/scan And then manually editing the README.vms file to update the vmstar example. | ||||
* | Avoid blank lines in META.yml | Nicholas Clark | 2011-01-23 | 1 | -2/+0 |
| | |||||
* | Bump the perl version in various places to 5.13.9 | Jesse Vincent | 2011-01-20 | 1 | -1/+1 |
| | |||||
* | Update META.yml's no_index after the Time-Local move | Florian Ragwitz | 2011-01-02 | 1 | -1/+0 |
| | | | | We should probably write a porting test for that at some point. | ||||
* | update META.yml | Zefram | 2010-12-19 | 1 | -0/+7 |
| | |||||
* | bump perl version number for 5.13.8 | Zefram | 2010-12-19 | 1 | -1/+1 |
| | |||||
* | Clarify this is the Perl 5 interpreter for manpage and META | David Golden | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | make regen; make regen_perly | Chris 'BinGOs' Williams | 2010-11-20 | 1 | -0/+3 |
| | |||||
* | Bump the perl version in various places for v5.13.7 | Chris 'BinGOs' Williams | 2010-11-20 | 1 | -1/+1 |
| | |||||
* | make regen; make regen_perly | Tatsuhiko Miyagawa | 2010-10-20 | 1 | -6/+0 |
| | |||||
* | Bump version to 5.13.6 | Tatsuhiko Miyagawa | 2010-10-20 | 1 | -1/+1 |
| | |||||
* | Bump version to 5.13.5 | Steve Hay | 2010-09-19 | 1 | -1/+1 |
| | |||||
* | Update the perl distribution's abstract | Florian Ragwitz | 2010-09-18 | 1 | -1/+5 |
| | | | | | | | | Commit d27f2b2f9d9e8675f5b63a1453279409ca22f8b6 changed the abstract in the main pod file. This does the same thing for the abstract in META.yml. Also update our no_index directories for some moved dual-life modules, while we're at it. | ||||
* | Bump the perl version to 5.13.4 | Florian Ragwitz | 2010-08-20 | 1 | -1/+1 |
| | |||||
* | Update META.yml | Florian Ragwitz | 2010-08-19 | 1 | -0/+3 |
| | |||||
* | Bump the perl version to 5.13.3 | David Golden | 2010-07-19 | 1 | -1/+1 |
| | |||||
* | Bump the perl version in various places for 5.13.2 | Matt S Trout | 2010-06-21 | 1 | -1/+1 |
| | |||||
* | Update META.yml | Ricardo Signes | 2010-05-20 | 1 | -2/+1 |
| | | | | Notice the glorious deletion of Switch from the manifest! | ||||
* | Bump the perl version in various places for 5.13.1 | Ricardo Signes | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | Bump to 5.13.0 | Jesse Vincent | 2010-04-12 | 1 | -1/+1 |
| | |||||
* | Add more internal files and directories to no_index in META.yml | Nicholas Clark | 2010-03-18 | 1 | -0/+5 |
| | | | | | This prevents search.cpan.org finding and formatting template and internal documentation. Fixes RT #73632. | ||||
* | Bump to 5.12.0 | Jesse Vincent | 2010-03-14 | 1 | -1/+1 |
| |