summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Move Tie-File out of cpan/ and into dist/Todd Rinaldo2011-12-2339-0/+8960
* Deparse: remove special casing for main stashFather Chrysostomos2011-12-231-3/+1
* [perl #91384] Deparse and stash circularitiesFather Chrysostomos2011-12-232-2/+12
* Deparse.pm: Uncomment version codeFather Chrysostomos2011-12-221-5/+3
* Deparse "a::]"->[0], etc., correctlyFather Chrysostomos2011-12-222-2/+9
* Deparse "string"->[$expr] and ->{$expr} correctlyFather Chrysostomos2011-12-222-7/+26
* Deparse "string"->[0] correctlyFather Chrysostomos2011-12-212-12/+34
* [perl #91416] Deparse open("blah blah blah") properlyFather Chrysostomos2011-12-202-4/+33
* Increase $B::Deparse::VERSION to 1.11Father Chrysostomos2011-12-201-1/+1
* Merge branch 'drolsky/release-5.15.6' into bleadDave Rolsky2011-12-202-4/+704
|\
| * Fix version of Module::CoreList in 5.15.6Dave Rolsky2011-12-201-1/+1
| * Add Changes entry for Module::CoreListDave Rolsky2011-12-201-0/+3
| * Updated Module::CoreList for 5.15.6 - including $VERSION bumpDave Rolsky2011-12-191-4/+701
* | Use tr/_// instead of eval $VERSIONSteffen Mueller2011-12-2010-20/+20
|/
* SelfLoader: Version bump to match CPAN releaseSteffen Mueller2011-12-191-1/+1
* ExtUtils::ParseXS: Version bump and changelog for CPAN releaseSteffen Mueller2011-12-195-4/+9
* Data::Dumper: Changelog and version bumpSteffen Mueller2011-12-192-2/+13
* Attribute::Handlers 0.93 changelogSteffen Mueller2011-12-191-0/+5
* No need to ship Attribute::Handlers README in coreSteffen Mueller2011-12-191-605/+0
* Fix deparsing of require "a".$1Father Chrysostomos2011-12-182-1/+7
* Cwd pod consistency tweaksFather Chrysostomos2011-12-171-5/+5
* [rt.cpan.org #45885] File::Spec: Don’t use tainted tmpdir in 5.6Father Chrysostomos2011-12-162-2/+22
* Increase $Locale::Maketext::VERSION to 1.21Father Chrysostomos2011-12-161-1/+1
* Document Locale::Maketext's numerate methodThomas Sibley2011-12-161-0/+8
* Doc: numerify was renamed to numf very early onThomas Sibley2011-12-161-1/+1
* Carp.pm localise $SIG{__DIE__} before evalFather Chrysostomos2011-12-151-0/+1
* Increase $Carp::VERSION to 1.24Father Chrysostomos2011-12-151-1/+1
* Carp.t: Add tests for PL_last_in_gvFather Chrysostomos2011-12-151-2/+13
* Add missing <fh> line # phrase to Carp messagestlhackque2011-12-151-1/+11
* Update threads to CPAN version 1.86Chris 'BinGOs' Williams2011-12-142-6/+6
* Sync Module-CoreList MANIFEST file with what is on CPANChris 'BinGOs' Williams2011-12-141-0/+1
* EU::ParseXS: Silence undefined-value-in-addition warningSteffen Mueller2011-12-131-1/+1
* Increase ExtUtils::Packlist::VERSION to 1.45Father Chrysostomos2011-12-091-1/+1
* Correct POD formatting error: '=back' should be within '=begin =end' block.jkeenan2011-12-091-2/+2
* Increase $I18N::LangTags::VERSION to 0.38Father Chrysostomos2011-12-091-1/+1
* update link to ISO 639-2Alexandr Ciornii2011-12-091-1/+1
* [perl #97476] Deparse not() following the llafrFather Chrysostomos2011-12-082-1/+4
* [perl #77172] Deparse &{&} as &{&}, not &&Father Chrysostomos2011-12-082-0/+8
* More tests for deparsing warn()+1, etc.Father Chrysostomos2011-12-081-0/+2
* [perl #74740] Deparse -(f()) correctlyFather Chrysostomos2011-12-082-1/+10
* Deparse pipe(local *FH, local *FH) correctlyFather Chrysostomos2011-12-082-1/+3
* Deparse (eof)+1 correctlyFather Chrysostomos2011-12-082-3/+19
* [perl #63558] Deparse open local(*FH) correctlyFather Chrysostomos2011-12-082-1/+4
* Deparse dump as CORE::dumpFather Chrysostomos2011-12-082-2/+2
* Deparse filetest ops without llafrFather Chrysostomos2011-12-082-1/+11
* Deparse CORE::do+{} and CORE::do({}) correctlyFather Chrysostomos2011-12-082-1/+8
* Fix deparsing of "" =~ <any OPf_SPECIAL op>Father Chrysostomos2011-12-082-1/+10
* Deparse.pm: More functions that do not follow llafrFather Chrysostomos2011-12-082-7/+18
* [perl #77096] Deparse return and do without llafrFather Chrysostomos2011-12-082-8/+23
* deparse.t: Add bug numberFather Chrysostomos2011-12-081-1/+1