summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix a test failure in perl5db.t when Term::ReadLine::Gnu is installedNiko Tyni2010-05-071-1/+1
* [perl #73560] [PATCH] Fix typos in Pod::FunctionsNga Tang Chan2010-05-071-4/+4
* Bump version of CarpRafael Garcia-Suarez2010-05-061-1/+1
* [perl #74808] Carp.pm POD errorGene Sullivan2010-05-051-1/+1
* 5.12.0 test failures in lib/blib.t and lib/locale.t: Darwin/PPCJames E Keenan2010-04-301-2/+2
* Ignore Devel/DProf test files in the git repositoryRafael Garcia-Suarez2010-04-301-0/+1
* add tests for version::is_strict() and version::is_lax()David Golden2010-04-261-0/+63
* fix version::is_strict/is_lax exportingDavid Golden2010-04-261-6/+2
* Remove perl4-library deprecation warningsSteffen Mueller2010-04-0529-111/+6
* Spaces in filenames require non-default settings on VMS.Craig A. Berry2010-03-281-1/+3
* remove tmp debugging from File/Copy.tDavid Mitchell2010-03-281-1/+0
* Note a new thing to check for each new release of PerlKarl Williamson2010-03-281-0/+7
* RT #73714: Regression in 5.12: File::Copy and initial spacesDavid Mitchell2010-03-272-4/+14
* feature.pm needed to be taught about "use feature ':5.12'"Jesse Vincent2010-03-141-1/+2
* Use simpler language.Tom Hukins2010-03-121-1/+1
* Fix stringification assumption bug in overload.t, revealed by ia64-linux-ld.Nicholas Clark2010-03-111-2/+2
* [perl #73174] swash_init() wasn't saving %^HDavid Mitchell2010-03-021-1/+18
* Update documentationKarl Williamson2010-02-281-1/+4
* Update charnames documentations for \N changes, bugsKarl Williamson2010-02-281-6/+26
* bytes.pm: downgrade DEPRECATED to NOTICEDavid Mitchell2010-02-261-1/+1
* Typo fixRafael Garcia-Suarez2010-02-251-1/+1
* more prose fixups to bytes.pm deprecation warningDavid Mitchell2010-02-241-8/+8
* fix prose from previous lib/bytes.pm doc updateDavid Mitchell2010-02-221-1/+1
* Better explain utf8::upgrade/downgrade/encode/decodeDavid Mitchell2010-02-221-17/+33
* deprecate bytes.pmDavid Mitchell2010-02-221-1/+13
* Bram pointed out the new tests hang if the fix for #72878 isn't in place.Abigail2010-02-221-5/+16
* Merge branch 'tie-scalar' into bleadAbigail2010-02-212-5/+62
|\
| * Upped VERSIONAbigail2010-02-211-1/+1
| * Don't recurse forever if both new() and TIESCALAR() are missing.Abigail2010-02-202-4/+49
| * Document differences between Tie::Scalar and Tie::StdScalarAbigail2010-02-201-0/+12
* | Since change 9c901649534a1360, vendorlib_stem isn't always added to @INC.Nicholas Clark2010-02-211-2/+2
|/
* Bump version's $VERSIONSteve Hay2010-02-141-1/+1
* Removing invalid port L<> links from Version documentation updates.Jesse Vincent2010-02-061-3/+2
* move version details to version::Internals and other clean upDavid Golden2010-02-062-251/+164
* document version::is_strict/is_laxDavid Golden2010-02-061-0/+14
* Document usage of version regexpsJohn Peacock2010-02-062-47/+105
* Export and document is_lax and is_strict functionsJohn Peacock2010-02-062-12/+87
* Don't try to calculate a time over the conservative failure boundary.Michael G. Schwern2010-02-052-4/+6
* Diagnostic improvements to better understand why lib/Benchark.t test 13 has b...Todd Rinaldo2010-02-021-3/+2
* Change from a hard coded temporary file name in lib/AnyDBM_File.t.Nicholas Clark2010-01-251-7/+8
* bump versions for core libs changed since 5.11.3Ricardo Signes2010-01-192-2/+2
* regen warnings.pl for new version numberRicardo Signes2010-01-191-1/+1
* note strict/lax version requirements in documentationDavid Golden2010-01-191-1/+3
* Clean up mktables intro comments; remove trailing white spaceKarl Williamson2010-01-171-89/+177
* [perl #72098] File::Copy stripping 06000 perms on cp for rootTodd Rinaldo2010-01-161-6/+2
* PATCH: [perl #71726] \p{xdigit} should match full-width formsKarl Williamson2010-01-151-10/+11
* This adds a constructor option to not output the comments containing the rang...Karl Williamson2010-01-151-3/+15
* Omnibus strict and lax version parsingDavid Golden2010-01-132-29/+124
* test stash_name in less.pmRicardo Signes2010-01-121-2/+17
* catch the one $class instance missed in less.pmRicardo Signes2010-01-121-2/+3