summaryrefslogtreecommitdiff
path: root/lib/Text
Commit message (Collapse)AuthorAgeFilesLines
* Redo moving Text::ParseWords from lib to extNicholas Clark2009-09-103-436/+0
| | | | | | | | | | This reverts commit 3fcda861606b23c12f4356df2a20543dc1c1779b, but adds ext/Text-ParseWords to the list of directories that make_ext.pl should put into $ENV{PERL5LIB}. Conflicts: MANIFEST
* Redo move Text::Tabs/Text::Wrap from lib to ext.Nicholas Clark2009-09-0916-1491/+0
| | | | | | | | | | | This reverts commit a1095a4f24eae80e3fe213e9767581fedc24e3ac, which reverted commit 4f87fa576f174a31e6d8fdb08cae76e644395db0. Conflicts: MANIFEST ext/.gitignore lib/.gitignore
* Revert "Move Text::ParseWords from lib to ext"Nicholas Clark2009-08-313-0/+436
| | | | | | | | | (ExtUtils::Liblist::Kid::_win32_ext() requires Text::ParseWords, so it can't live in ext until we solve the general problem of toolchain modules in ext) This reverts the structural changes of commit d6052a374138e04d8688ae89baeabff82e80a71c, but retains the boilerplate removal of 4a503f371e8f1d4e174172c023c18046ee5b1a22, as TestInit.pm renders it obsolete.
* Revert "Move Text::Tabs/Text::Wrap from lib to ext"Vincent Pit2009-08-3016-0/+1491
| | | | | | | | The mktables failure wasn't the only issue : ExtUtils::Constant also requires Text::Tabs. Since that makes it effectively toolchain, it's best kept it in lib/ for now. This reverts commit 4f87fa576f174a31e6d8fdb08cae76e644395db0.
* Move Text::Tabs/Text::Wrap from lib to extSteffen Mueller2009-08-3016-1491/+0
| | | | | It'll live in ext/Text-Tabs for now to make the Makefile.PL generation happy.
* Move Text::ParseWords from lib to extSteffen Mueller2009-08-303-449/+0
|
* Move Text::Balanced from lib to extSteffen Mueller2009-08-3012-3865/+0
|
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-0611-0/+0
|
* lib/Text/TabsWrap/t/dnsparks.t should skip under TEST too, so remove it.Nicholas Clark2009-03-081-143/+0
| | | | (It's not a "regular" test, and purposefully doesn't output well-formed TAP.)
* Upgrade Text::Tabs+Text::Wrap to version 2009.0305Steffen Mueller2009-03-0611-22/+227
|
* Fixed missing word in Text::Wrap PODDan Dascalescu2009-02-201-2/+2
| | | | (cherry picked from commit 3adac458cb1c1d41af47fc66e67b49c8dec2323f)
* Some source files and documentation files need not to be executableRafael Garcia-Suarez2008-12-251-0/+0
|
* POD nits from Frank Wiegand <frank.wiegand@gmail.com>Abigail2008-12-221-1/+1
|
* Upgrade to Text::ParseWords 3.27Nicholas Clark2008-10-313-146/+156
| | | p4raw-id: //depot/perl@34691
* documentation typo for Text::WrapDavid Landgren2007-10-241-2/+2
| | | | | Message-ID: <471E4EE1.5010500@landgren.net> p4raw-id: //depot/perl@32182
* Rework Text::ParseWords regex so it doesnt core dump on older perls due to ↵Yves Orton2007-07-261-10/+30
| | | | | | | | stack exhaustion. This makes of the (?>...) construct in the regex engine making Text::ParseWords not backwards compatible with Perls from before the time this construct was added. p4raw-id: //depot/perl@31659
* Make TabsWrap tests work around broken VMS pipes.Craig A. Berry2007-07-232-6/+4
| | | p4raw-id: //depot/perl@31646
* Upgrade to Text::Balanced 2.0.0Rafael Garcia-Suarez2006-12-214-5/+16
| | | p4raw-id: //depot/perl@29609
* Remove tests for POD or POD coverage -- they're always skipped.Rafael Garcia-Suarez2006-11-222-12/+0
| | | p4raw-id: //depot/perl@29346
* - Restore two Text::Balanced tests, more comprehensive in bleadperl thanRafael Garcia-Suarez2006-11-223-36/+68
| | | | | | | | in CPAN. - Restore a local bugfix, tested by the above tests. - Fix a few typos in the POD for Text::Balanced - Bump version of Text::Balanced p4raw-id: //depot/perl@29345
* Sync Text::Balanced with the CPAN version (1.99.1)Rafael Garcia-Suarez2006-11-225-119/+81
| | | p4raw-id: //depot/perl@29344
* Update Text::Tabs and Text::Wrap to version 2006.1117Rafael Garcia-Suarez2006-11-207-43/+68
| | | p4raw-id: //depot/perl@29320
* [perl #40921] shellwords.pl cannot handle trailing backslashalexander_bluhm@genua.de2006-11-182-2/+8
| | | | | | | | From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.5.HEAD-32013-1163784707-1469.40921-75-0@perl.org> (and convert the example to a test) p4raw-id: //depot/perl@29316
* Convert lib/Text/ParseWords.t to Test::MoreNicholas Clark2006-11-181-48/+27
| | | p4raw-id: //depot/perl@29315
* Move Text::Soundex from lib/ to ext/ and upgrade it to Steve Peters2006-10-032-293/+0
| | | | | Text-Soundex-3.02. p4raw-id: //depot/perl@28927
* Upgrade to Text-Tabs+Wrap-2006.0711. Keep the local changes fromSteve Peters2006-07-1110-28/+521
| | | | | | | change #27541. Also, leave out the test files Jacobson.t and Jacobson2.t which both generated several warnings. p4raw-link: @27541 on //depot/perl: abc0156ba8cc024916c0d1e664c4488f0cbc55c8 p4raw-id: //depot/perl@28546
* Fix a syntax error in testRafael Garcia-Suarez2006-05-231-2/+2
| | | p4raw-id: //depot/perl@28287
* Silence Text::Balanced's 00-load.t when PERL_CORE is defined.Steve Peters2006-05-221-2/+2
| | | p4raw-id: //depot/perl@28270
* Rename lib/Text/Balanced/t/00.load.t to Steve Peters2006-05-082-1/+9
| | | | | | lib/Text/Balanced/t/00-load.t and restore a test to lib/Text/Balanced/t/extmul.t. p4raw-id: //depot/perl@28127
* Version bump and typo fix from change #28125.Steve Peters2006-05-081-2/+2
| | | | | p4raw-link: @28125 on //depot/perl: eb67bf7e7c7791f145451e273b36c197fb24fcb9 p4raw-id: //depot/perl@28126
* Rollback two changes in Text::Balanced which cause test failures in theSteve Peters2006-05-082-31/+56
| | | | | | | CPAN and bleadperl version of the tests. Also, the previous bleadperl version of one test file is a bit more comprehensive than what was in CPAN, so it has been completely restored. p4raw-id: //depot/perl@28125
* Upgrade to Text-Balanced-1.98Steve Peters2006-05-0511-80/+85
| | | p4raw-id: //depot/perl@28105
* Re: [perl #38904] Text::ParseWords doesn't always handle backslashes correctly Alexey Toptygin2006-04-212-5/+19
| | | | | Message-ID: <Pine.NEB.4.62.0604201539380.20332@otaku.freeshell.org> p4raw-id: //depot/perl@27932
* a bit 'use strict' cleanlinessJarkko Hietaniemi2006-03-191-1/+1
| | | | | Message-ID: <441D3EC1.20902@gmail.com> p4raw-id: //depot/perl@27541
* Integrate changes from Text::Tabs and Text::Wrap on CPANRafael Garcia-Suarez2005-09-213-31/+79
| | | | | (Text-Tabs+Wrap-2005.0824). Keep local changes. p4raw-id: //depot/perl@25526
* Typos in *.p[lm]Piotr Fusik2005-08-022-6/+6
| | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> p4raw-id: //depot/perl@25261
* Re: [perl #25157] [PATCH] Text-Balanced extract_quotelike fails on certain ↵David Manura2005-07-133-34/+65
| | | | | | | | | | delims in HERE docs Message-ID: <400F2E7F.9090601@math2.org> Fixes perl #25151, 25154, 25156, 25157, 25158 using jumbo patch included in perl #25157. p4raw-id: //depot/perl@25135
* #2 try at Text::Balanced patch and maintainershipTels2005-07-131-5/+10
| | | | | | | Message-Id: <200507092310.30592@bloodgate.com> (with minor tweaks) p4raw-id: //depot/perl@25134
* Sigh - really bump Text::Wrap version number this time.Dave Mitchell2005-04-211-1/+1
| | | p4raw-id: //depot/perl@24275
* [perl #34902] Text::Wrap::wrap() fails with non-space separatorDave Mitchell2005-04-212-7/+23
| | | p4raw-id: //depot/perl@24273
* VERSION++Rafael Garcia-Suarez2005-01-201-1/+1
| | | p4raw-id: //depot/perl@23839
* Re: [perl #33173] shellwords.pl and taintingAlexey Tourbin2005-01-202-21/+49
| | | | | Message-ID: <20041228192937.GB7824@solemn.turbinal.org> p4raw-id: //depot/perl@23838
* Failing matches don't reset numbered variables.Marcus Holland-Moritz2004-07-062-2/+9
| | | | | | Change #22997 could cause Text::ParseWords to loop forever if the regex didn't not match. Explicitly return if the match fails. p4raw-id: //depot/perl@23060
* There was no need to bump $Text::ParseWords::VERSION to 3.24Nicholas Clark2004-07-051-1/+1
| | | p4raw-id: //depot/perl@23048
* Bump version numbersNicholas Clark2004-07-012-2/+2
| | | p4raw-id: //depot/perl@23019
* Cleanup the main regex in Text::ParseWords and make theMarcus Holland-Moritz2004-06-252-20/+21
| | | | | parse_line() routine faster. Add a Unicode test case. p4raw-id: //depot/perl@22997
* Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline ↵Marcus Holland-Moritz2004-06-242-6/+17
| | | | | | | inside quoted text Use the suggested regex fix, plus some tests. p4raw-id: //depot/perl@22992
* [perl #30073] Misleading docs of Text::Wrap perl-5.8.0@ton.iguana.be2004-06-081-1/+1
| | | | | | From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org> p4raw-id: //depot/perl@22903
* make Text::Balanced skip "case /..../" correctly for Switch.pmDave Mitchell2004-05-162-3/+7
| | | p4raw-id: //depot/perl@22821
* [perl #29073] Reference to incorrect method in documentation ofbob@starlabs.net2004-05-031-2/+2
| | | | | | | From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org> Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org> Date: 22 Apr 2004 10:49:22 -0000 p4raw-id: //depot/perl@22769