summaryrefslogtreecommitdiff
path: root/lib/Text
Commit message (Collapse)AuthorAgeFilesLines
* 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
* All the authors of these modules have now been contacted;Jarkko Hietaniemi2003-08-141-1/+1
| | | | | | | | but assuming no CPAN updates are upcoming, here are 'fake' version updates to make us different from 5.8.0. (List::Util+Scalar::Util will soon be updated; File::Spec CPAN release will be made based on 5.8.1.) p4raw-id: //depot/perl@20699
* A swath of VERSION patches from Nicholas Clark.Jarkko Hietaniemi2003-08-141-1/+1
| | | p4raw-id: //depot/perl@20688
* Upgrade to Text::Balanced 1.94.Jarkko Hietaniemi2003-07-046-92/+200
| | | p4raw-id: //depot/perl@19989
* Text::Abbrev warnings safePeter Scott2003-04-012-1/+10
| | | | | Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com> p4raw-id: //depot/perl@19114
* Re: [perl #17141] Text::Wrap "this should not happen" messageSlaven Rezic2002-09-262-2/+9
| | | | | Message-ID: <871y80a0my.fsf@vran.herceg.de> p4raw-id: //depot/perl@17917
* Re: [Patch] for problem with shellwords.plCurtis Poe2002-05-211-0/+1
| | | | | | | | | | | | From: "Curtis Poe" <cp@onsitetech.com> Date: Tue, 21 May 2002 11:17:40 -0700 Message-ID: <015c01c200f3$cb691670$1a01a8c0@ot.onsitetech.com> Subject: [Patch] for security problem with Text::ParseWords From: "Curtis Poe" <cp@onsitetech.com> Date: Tue, 21 May 2002 15:10:18 -0700 Message-ID: <022f01c20114$4b3c4550$1a01a8c0@ot.onsitetech.com> p4raw-id: //depot/perl@16727
* getting rid of a few superfluous $&/$`Jeffrey Friedl2002-04-011-2/+13
| | | | | | | | | | Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com> (with more-backward-compat than just using @- and @+, also by Jeffrey) (The version number of Text::Balanced intentionally not increased since Damian will make a new release after 5.8) p4raw-id: //depot/perl@15668
* lib/Text/Tabs.pm doc format touchupJeffrey Friedl2002-01-161-4/+4
| | | | | Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com> p4raw-id: //depot/perl@14299
* Upgrade to Text::Balanced 1.89.Jarkko Hietaniemi2001-11-2011-47/+183
| | | p4raw-id: //depot/perl@13118
* a few typo fixes Jeffrey Friedl2001-11-121-8/+8
| | | | | | | | | | | Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com> Patching README.foo instead of pod/perlfoo.pod, not patching Math::BigInt (Tels will take care of that), dropping broken hv.c and sv.h patches, patching libnetcfg.PL and perldoc.PL instead of libnetcfg and perldoc, patching ext/Digest/MD5/t/files.t since MD5.pm was changed. p4raw-id: //depot/perl@12954
* Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.Jarkko Hietaniemi2001-09-303-24/+146
| | | p4raw-id: //depot/perl@12279
* AUTHORS updates andIan Phillipps2001-09-041-2/+2
| | | | | | Subject: [PATCH] Just some preening :-) Message-ID: <20010904141659.A10129@homer.diplex.co.uk> p4raw-id: //depot/perl@11857
* Damian-o-rama: upgrade to Attribute::Handlers 0.75,Jarkko Hietaniemi2001-09-0312-1250/+1554
| | | | | | Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and Text::Balanced 1.86. p4raw-id: //depot/perl@11842
* Bump up the VERSIONs of modules that have changed since 5.6.0,Jarkko Hietaniemi2001-06-292-2/+2
| | | | | the modules found using a script written by Larry Schatzer Jr. p4raw-id: //depot/perl@11016
* Shuffle around tests to (ext|lib)/.../t/ subdirectories.Jarkko Hietaniemi2001-06-213-0/+0
| | | | | Resort MANIFEST with sort -f, looks much better. p4raw-id: //depot/perl@10782
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-1813-0/+1734
| | | | | | | | | | | | | | | | | | | | | | | | No doubt I made some mistakes like missed some files or misnamed some files. The naming rules were more or less: (1) if the module is from CPAN, follows its ways, be it t/*.t or test.pl. (2) otherwise if there are multiple tests for a module put them in a t/ (3) otherwise if there's only one test put it in Module.t (4) helper files go to module/ (locale, strict, warnings) (5) use longer filenames now that we can (but e.g. the compat-0.6.t and the Text::Balanced test files still were renamed to be more civil against the 8.3 people) installperl was updated appropriately not to install the *.t files or the help files from under lib. TODO: some helper files still remain under t/ that could follow their 'masters'. UPDATE: On second thoughts, why should they. They can continue to live under t/lib, and in fact the locale/strict/warnings helpers that were moved could be moved back. This way the amount of non-installable stuff under lib/ stays smaller. p4raw-id: //depot/perl@10676
* Try the new test scanning scheme on Text::Abbrev.Jarkko Hietaniemi2001-06-171-0/+0
| | | p4raw-id: //depot/perl@10672
* Try the new scheme by moving the Text::Abbrev testJarkko Hietaniemi2001-06-161-0/+51
| | | | | to a new place under lib. p4raw-id: //depot/perl@10639
* Update to Text::Balanced 1.85.Jarkko Hietaniemi2001-06-031-2/+2
| | | p4raw-id: //depot/perl@10403
* Upgrade to Text::Balanced 1.84.Jarkko Hietaniemi2001-05-081-6/+6
| | | p4raw-id: //depot/perl@10034
* With Damian's approval synchronize damian's modules'Jarkko Hietaniemi2001-03-161-3/+2
| | | | | licensing with Perl's standard module licensing. p4raw-id: //depot/perl@9178
* more pod patchesMichael Stevens2001-03-161-1/+1
| | | | | Message-ID: <20010315212518.A18870@firedrake.org> p4raw-id: //depot/perl@9176
* Add Text::Balanced 1.83.Jarkko Hietaniemi2001-03-132-0/+2203
| | | p4raw-id: //depot/perl@9117
* Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.Jarkko Hietaniemi2001-02-092-26/+69
| | | | | | Didn't upgrade the fill.t since it has a dependency to File::Slurp purely for debugging purposes, the actual test hasn't changed. p4raw-id: //depot/perl@8754
* Retract #8552.Jarkko Hietaniemi2001-01-281-15/+1
| | | p4raw-id: //depot/perl@8573
* (Retracted by #8573)Michael G. Schwern2001-01-261-1/+15
| | | | | | Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace Message-ID: <20010126092831.A15328@blackrider.aocn.com> p4raw-id: //depot/perl@8552
* ; was Re: Perlbug 20000322.006 status +updateRobin Barker2000-12-221-0/+6
| | | | | Message-Id: <200012221217.MAA21332@tempest.npl.co.uk> p4raw-id: //depot/perl@8228
* $VERSION crusade, strict, tests, etc... all over lib/Michael G. Schwern2000-12-061-0/+2
| | | | | | | Message-ID: <20001205212328.C6473@blackrider.aocn.com> Carp::Heavy parts not very applicable because of recent changes. p4raw-id: //depot/perl@8013