summaryrefslogtreecommitdiff
path: root/dist/Locale-Maketext/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos (spelling errors) in dist/*Peter J. Acklam) (via RT2011-01-071-3/+3
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81888] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81888 > Signed-off-by: Abigail <abigail@abigail.be>
* Update Locale-Maketext to CPAN version 1.17Todd Rinaldo2010-10-251-1/+9
| | | | | | | | | | | | | | [DELTA] 2010-10-20 * Release 1.17 Test release of 1.16_01, versioning even deprecated Guts modules. This prevents CPAN upgrade circular heck. Thanks BinGOs Tested version fix for CPAN by BinGOs. Bump to stable version and release to public Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Fix unicode characters in Locale-Maketext ChangeLogChris 'BinGOs' Williams2010-10-081-1/+1
|
* Bring Locale::Maketext ChangeLog up to date with all recent commitsTodd Rinaldo2010-10-071-2/+15
| | | | Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* CPAN RT 34182 (Locale::Maketext) - Don't unnecessarily localize $@.Todd Rinaldo2010-10-041-0/+3
| | | | | | | | | | | | | | | | | Do it in scope only so die messages fall through when desired. Previously, there was test code to make sure $@ was not modified when maketext is called, but if the caller wraps maketext in an eval, then it's going to be modified anyways to '' at the least. If the caller does not wrap a maketext call in an eval and maketext dies, then hiding the $@ simply confuses the person debugging as to what went wrong. We do however backup/restore $@ so that it does not break any code that looks might use $@ after a successful call to maketext. eval {...} $lm->maketext($@); do_something_else($@); In the above example, $@ would be the same when passed to do_something_else
* Locale::Maketext - Import dev changes from CPANTodd Rinaldo2010-09-281-0/+19
| | | | | | | | | | | | This patch imports the changes which are on CPAN but not already pulled into blead for Locale::Maketext. 1. New test file t/70_fail_auto.t - Test for CPAN RT #25877 2. Fix for RT25877 (Logic fix tested in 70_fail_auto.t) 3. Convert t/30_local.t to Test::More (the other files were already done in blead. This one was missed. 4. Add a cookbook pod file. 5. Changelog entries which were on CPAN but not in blead.
* Revert "From: Todd Rinaldo <toddr@cpanel.net>"Father Chrysostomos2010-09-261-19/+0
| | | | This reverts commit 213a5d2cb3aa3b5c246b024e7e9c9903eba9decf.
* From: Todd Rinaldo <toddr@cpanel.net>Father Chrysostomos2010-09-261-0/+19
| | | | | | | | | | | | | Locale::Maketext - Import dev changes from CPAN This patch imports the changes which are on CPAN but not already pulled into blead for Locale::Maketext. 1. New test file t/70_fail_auto.t - Test for CPAN RT #25877 2. Convert t/30_local.t to Test::More (the other files were already done in blead. This one was missed. 3. Add a cookbook pod file. 4. Changelog entries which were on CPAN but not in blead.
* Locale::Maketext version bump; MANIFEST, ChangeLog, perldelta updatesFather Chrysostomos2010-09-251-0/+20
|
* Move Locale::Maketext from ext/ to dist/Nicholas Clark2009-09-301-0/+131