| Commit message (Expand) | Author | Age | Files | Lines |
* | create perl5113delta | Leon Brocard | 2009-11-20 | 1 | -0/+1 |
* | Updated Module::Build to 0.35_08 | David Golden | 2009-11-18 | 1 | -6/+18 |
* | lexer API | Zefram | 2009-11-15 | 1 | -0/+1 |
* | add code for Unicode semantics for non-utf8 latin1 chars | Karl Williamson | 2009-11-14 | 1 | -0/+1 |
* | MANIFEST was missing two files | Jesse Vincent | 2009-11-09 | 1 | -0/+2 |
* | Make my_exit behave the same as the Perl exit. And add tests for it | Gerard Goossen | 2009-11-08 | 1 | -0/+1 |
* | Merge branch 'legacy-pragma' into blead | Rafael Garcia-Suarez | 2009-11-06 | 1 | -0/+1 |
|\ |
|
| * | Deliver skeleton legacy.pm | Karl | 2009-01-23 | 1 | -0/+1 |
* | | Implement facility to plug in syntax triggered by keywords | Jesse Vincent | 2009-11-05 | 1 | -0/+5 |
* | | Remove Perl_pmflag() from the public API, and mark it as deprecated. | Nicholas Clark | 2009-11-01 | 1 | -0/+1 |
* | | Updated ExtUtils::CBuilder to 0.27 | David Golden | 2009-10-29 | 1 | -0/+4 |
* | | Add missing files | Rafael Garcia-Suarez | 2009-10-28 | 1 | -0/+3 |
* | | Rename to Porting/perldelta_template.pod so that t/porting/podcheck.t covers it. | Nicholas Clark | 2009-10-24 | 1 | -1/+1 |
* | | Add perl5112delta, and change 5111delta from being "the" perldelta. | Nicholas Clark | 2009-10-24 | 1 | -0/+1 |
* | | Remove file t/0 added by last commit | Rafael Garcia-Suarez | 2009-10-22 | 1 | -1/+0 |
* | | Bare readdir in while loop now sets $_ | Brad Gilbert | 2009-10-22 | 1 | -0/+2 |
* | | Module::CoreList, implemented is_deprecated() and added tests for it. | Chris Williams | 2009-10-21 | 1 | -0/+1 |
* | | Expose utf16_to_utf8{,reversed} via XS::APItest, and provide some basic tests. | Nicholas Clark | 2009-10-18 | 1 | -0/+1 |
* | | Move tests for $[ from comp/hints.t to op/array_base.t | Nicholas Clark | 2009-10-16 | 1 | -0/+1 |
* | | Move tests for $[ from comp/parser.t to op/array_base.t | Nicholas Clark | 2009-10-16 | 1 | -0/+1 |
* | | Move the test for the deprecated feature <<; out of t/base/lext.t | Nicholas Clark | 2009-10-16 | 1 | -0/+1 |
* | | Add missing MANIFEST entries | Steve Hay | 2009-10-16 | 1 | -2/+4 |
* | | Sort MANIFEST following commit 9bc662c9c4c134e4. | Nicholas Clark | 2009-10-13 | 1 | -1/+1 |
* | | Work around Parse-CPAN-Meta's desire to run a command at 'make test' time. -... | Jesse Vincent | 2009-10-13 | 1 | -0/+1 |
* | | Move the new "perl policy" document into pod/ | Jesse Vincent | 2009-10-13 | 1 | -1/+1 |
* | | overload no longer implicitly unsets fallback on repeated 'use overload' line... | Geoffrey T. Dairiki | 2009-10-12 | 1 | -0/+1 |
* | | Remove Test-Simple's 00compile.t from core | Steve Hay | 2009-10-12 | 1 | -2/+0 |
* | | Exclude CGI/t/fast.t from the core, as it relies on FCGI, which is not in core. | Nicholas Clark | 2009-10-11 | 1 | -1/+0 |
* | | Correct the name of subtest.t, added in 2c4d5b9bac4cc261 | Nicholas Clark | 2009-10-11 | 1 | -1/+1 |
* | | Correct the listed names of the two files uudecoded in commit 7b742a041dc3ba8c | Nicholas Clark | 2009-10-11 | 1 | -2/+2 |
* | | Add Test-Simple's MANIFEST file | Steve Hay | 2009-10-11 | 1 | -0/+1 |
* | | Correct MANIFEST, broken by Test-Simple upgrade | Steve Hay | 2009-10-11 | 1 | -1/+1 |
* | | Upgrade to Test-Simple-0.94 | Steve Hay | 2009-10-11 | 1 | -0/+12 |
* | | Upgrade to Parse-CPAN-Meta-1.40 | Steve Hay | 2009-10-11 | 1 | -1/+2 |
* | | Upgrade to CGI.pm-3.48 | Steve Hay | 2009-10-11 | 1 | -0/+9 |
* | | Replace UU encoded files in CGI with their binary originals | Steve Hay | 2009-10-11 | 1 | -4/+3 |
* | | Move CGI's Changes file to its proper place | Steve Hay | 2009-10-11 | 1 | -1/+1 |
* | | Add a test for the bootstrap rules for tests in t/ | Nicholas Clark | 2009-10-09 | 1 | -0/+1 |
* | | Add missing IO-Compress test file | Steve Hay | 2009-10-09 | 1 | -0/+1 |
* | | Move script.t from t/comp to t/run, as it's a test for invoking perl. | Nicholas Clark | 2009-10-08 | 1 | -1/+1 |
* | | Add Porting/release_schedule.pod to MANIFEST. | Nicholas Clark | 2009-10-07 | 1 | -0/+1 |
* | | Check POD in lib/, ext/ and pod/ | Max Maischein | 2009-10-05 | 1 | -0/+1 |
* | | Update ExtUtils::ParseXS to 2.21 | David Golden | 2009-10-05 | 1 | -0/+4 |
* | | Upgrade File::Path to 2.08 (and add taint.t test) | Rafael Garcia-Suarez | 2009-10-05 | 1 | -0/+1 |
* | | add tests to make sure the \s and [\s] match the same thing | Yves Orton | 2009-10-05 | 1 | -0/+2 |
* | | Added a perldeta file for 5.11.1 | Jesse Vincent | 2009-10-04 | 1 | -0/+1 |
* | | Move Locale::Maketext::Simple from dist/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -10/+10 |
* | | Move Storable from ext/ to dist/ | Nicholas Clark | 2009-10-02 | 1 | -49/+49 |
* | | Move Win32 from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -18/+18 |
* | | Move ExtUtils::Constant from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -6/+6 |