| Commit message (Expand) | Author | Age | Files | Lines |
* | In B::Deparse::_features_from_bundle(), don't call feature::current_bundle() | Nicholas Clark | 2012-03-19 | 1 | -5/+2 |
* | In Deparse, use $feature::hint_mask directly, instead of copying its value. | Nicholas Clark | 2012-03-19 | 1 | -15/+10 |
* | In B::Deparse, refactor common code into _features_from_bundle(). | Nicholas Clark | 2012-03-19 | 1 | -11/+15 |
* | In B::Deparse, refactor the two places that feature::current_bundle() | Nicholas Clark | 2012-03-19 | 1 | -6/+6 |
* | Fix regression in deparsing say (etc) under use 5.10.0 | Nicholas Clark | 2012-03-19 | 2 | -8/+2 |
* | Add tests for deparsing C<say> under various combinations of pragmas. | Nicholas Clark | 2012-03-19 | 1 | -0/+91 |
* | Avoid deparse.t testing everything under use feature ':5.10' | Nicholas Clark | 2012-03-19 | 1 | -8/+36 |
* | Add a 'context' feature to deparse.t, to better test ambient pragmas. | Nicholas Clark | 2012-03-19 | 1 | -14/+14 |
* | In deparse.t, rename %reason to %meta. | Nicholas Clark | 2012-03-19 | 1 | -9/+9 |
* | correct argument handling in Term::ReadLine | Ricardo Signes | 2012-03-15 | 1 | -1/+1 |
* | Separate the POD from the corelist data in Module::CoreList | Chris 'BinGOs' Williams | 2012-03-15 | 4 | -194/+197 |
* | avoid some long-line errors in podcheck of Term-Readline | Ricardo Signes | 2012-03-12 | 1 | -12/+12 |
* | new patch for Term::ReadLine event loop support | Ricardo Signes | 2012-03-12 | 4 | -128/+192 |
* | Stop the indexer from processing private modules | Florian Ragwitz | 2012-02-29 | 2 | -7/+12 |
* | Remove ExtUtils-CBuilder's MANIFEST.SKIP | David Golden | 2012-02-23 | 1 | -2/+0 |
* | ExtUtils::CBuilder: add support information | David Golden | 2012-02-22 | 15 | -13/+59 |
* | Update Maintainers.pl for new ExtUtils::CBuilder | David Golden | 2012-02-22 | 1 | -2/+7 |
* | ExtUtils::CBuilder - add dual-life support files | David Golden | 2012-02-22 | 5 | -0/+904 |
* | Update Module::CoreList for v5.15.8 | Max Maischein | 2012-02-20 | 2 | -27/+718 |
* | Refactor the Tk event loop to allow for other event loops | Max Maischein | 2012-02-19 | 4 | -148/+161 |
* | Refactor code in Data::Dumper to assume that >=5.8.0 is the common case. | Nicholas Clark | 2012-02-19 | 1 | -19/+32 |
* | Bump Cwd, File::Spec version. | Craig A. Berry | 2012-02-17 | 9 | -9/+9 |
* | Rethink EFS in File::Spec::VMS. | Craig A. Berry | 2012-02-17 | 2 | -636/+180 |
* | in Carp, cope with "_" in $warnings::VERSION | Zefram | 2012-02-17 | 1 | -1/+2 |
* | ExtUtils::Install: Fix POD error | Dominic Hargreaves | 2012-02-11 | 1 | -4/+4 |
* | restore ExtUtils-ParseXS portability to Perl 5.6 | Zefram | 2012-02-11 | 11 | -38/+84 |
* | update ExtUtils-ParseXS to CPAN version 3.15 | Zefram | 2012-02-11 | 10 | -6/+14 |
* | in Carp, fix circular dep on Perl 5.6 | Zefram | 2012-02-07 | 2 | -0/+20 |
* | Avoid a warning from clang when compiling Data::Dumper. | Nicholas Clark | 2012-02-04 | 1 | -1/+1 |
* | [perl #58608] Fix DD’s dumping of qr|\/| | Father Chrysostomos | 2012-02-03 | 3 | -6/+8 |
* | Data::Dumper/qr.t: This test is not strict-safe | Father Chrysostomos | 2012-02-03 | 1 | -1/+0 |
* | Data::Dumper/qr.t: Add test names and diagnostics | Father Chrysostomos | 2012-02-03 | 1 | -2/+2 |
* | Data::Dumper: qr.t: Add a pure-Perl TODO test | Father Chrysostomos | 2012-02-03 | 1 | -1/+4 |
* | [perl #58608] TODO tests for DD and qr|\/| | Alexandr Ciornii | 2012-02-03 | 1 | -0/+23 |
* | Increase $Cwd::VERSION to 3.39_02 | Father Chrysostomos | 2012-02-03 | 1 | -1/+1 |
* | Load File::Spec before using it in Cwd | Eric Brine | 2012-02-03 | 1 | -0/+1 |
* | Increase $Data::Dumper::VERSION to 2.135_04 | Father Chrysostomos | 2012-02-03 | 1 | -1/+1 |
* | [perl #107372] DD and overloaded blessed globs | Father Chrysostomos | 2012-02-03 | 2 | -4/+21 |
* | update copyright years in Carp | Zefram | 2012-02-03 | 1 | -2/+2 |
* | in Carp, avoid vivifying utf8 stash on Perl 5.6 | Zefram | 2012-02-03 | 4 | -15/+24 |
* | synch Carp::Heavy version number to Carp | Zefram | 2012-02-02 | 2 | -2/+6 |
* | make Carp messages match die properly | Zefram | 2012-02-02 | 2 | -16/+16 |
* | ExtUtils::ParseXS: Changelog and version bump to 3.14 | Steffen Mueller | 2012-02-01 | 6 | -5/+9 |
* | perlxstypemap: typemap variable documentation | Tony Cook | 2012-02-01 | 1 | -1/+65 |
* | Move more typemap-related documentation to the typemap doc file | Steffen Mueller | 2012-02-01 | 3 | -130/+125 |
* | Fix typo in documentation | Steffen Mueller | 2012-02-01 | 1 | -1/+1 |
* | Move typemap documentation to its own file | Steffen Mueller | 2012-02-01 | 1 | -0/+578 |
* | Pod-Perldoc is now maintained on CPAN | Florian Ragwitz | 2012-01-31 | 20 | -12354/+0 |
* | Increase $Term::ReadLine::VERSION to 1.08 | Father Chrysostomos | 2012-01-29 | 1 | -1/+1 |
* | [perl #108470] Make Term::ReadLine use AE if available | Darin McBride | 2012-01-29 | 4 | -27/+172 |