summaryrefslogtreecommitdiff
path: root/lib/Tie
Commit message (Expand)AuthorAgeFilesLines
* Tie::SubstrHash - Add strict & warningsJames Raspass2022-02-171-41/+44
* Tie::SubstrHash - Replace sub ceil with builtin::ceilJames Raspass2022-02-171-8/+1
* Tie::SubstrHash - Consistently deref with the arrow opJames Raspass2022-02-171-18/+18
* Tie::SubstrHash - Use ||= and //=James Raspass2022-02-171-3/+3
* Tie::SubstrHash - Replace tabs with spacesJames Raspass2022-02-171-56/+56
* Tie::SubstrHash: rewrite tests to use Test::MoreMichiel Beijen2021-12-281-65/+35
* do not count tests, instead use done_testing()Michiel Beijen2021-12-045-5/+14
* Remove grandfather as a verb in Tie::Handle, Tie::Hash and Tie::ScalarOlaf Alders2021-09-283-8/+8
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-2/+2
* Tie::StdHandle::BINMODE: handle layer argumentHauke D2019-10-292-3/+14
* Replace multiple 'use vars' by 'our' in libNicolas R2017-11-113-9/+6
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
* New bug numbers in lib/ and dist/, tooFather Chrysostomos2016-07-291-1/+1
* Fix Tie::StdScalar when $instance exists but isn't a 'true' valueRuud H.G. van Tol2015-10-281-2/+2
* bump Tie::StdHandle versionDavid Mitchell2013-10-231-1/+1
* Tie::StdHandle::WRITE: handle offsetDavid Mitchell2013-10-232-2/+9
* Tie::StdHandle appends extra copies of $\ to outputAnno Siegel2013-10-232-7/+33
* stdhandle.t: unlink the right file.David Mitchell2013-10-231-1/+1
* stdhandle.t: convert to use Test::MoreDavid Mitchell2013-10-231-35/+30
* Increase $Tie::Scalar::VERSION to 1.03Father Chrysostomos2013-06-221-1/+1
* Increase $Tie::Hash::VERSION to 1.05Father Chrysostomos2013-06-221-1/+1
* Increase $Tie::Array::VERSION to 1.06Father Chrysostomos2013-06-221-1/+1
* Fixed verbatim lines in POD over 79 charactersBrian Gottreu2013-06-223-9/+12
* [perl #112826] Make Tie::StdHandle::READ respect offsetFather Chrysostomos2012-06-222-3/+7
* Increase $Tie::StdHandle::VERSION to 4.3Father Chrysostomos2012-06-221-1/+1
* remove index offsetting ($[)Zefram2011-09-091-4/+1
* Remove Mac OS classic code from tests in lib.Nicholas Clark2011-01-181-9/+0
* Fix typos (spelling errors) in lib/*Peter J. Acklam) (via RT2011-01-071-1/+1
* Convert lib/Tie/Hash/NamedCapture.pm to an XS module in ext/Nicholas Clark2010-10-141-62/+0
* Remove qw(...) as parentheses deprecated warningsPaul Johnson2010-09-101-1/+1
* make qw(...) first-class syntaxZefram2010-09-081-1/+1
* Stop Tie::Hash->TIEHASH() looping forever.Nicholas Clark2010-09-012-4/+28
* Add tests for Tie::ExtraHashDavid Cantrell2010-08-021-0/+50
* Bump module version numbersDavid Golden2010-07-191-1/+1
* Make example work with "use strict" by eliminating barewords.Alexandr Ciornii2010-07-151-3/+3
* Bram pointed out the new tests hang if the fix for #72878 isn't in place.Abigail2010-02-221-5/+16
* 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
* Moved Tie-RefHash from lib/ to ext/Chris Williams2009-09-115-781/+0
* Move Tie::Memoize from lib to extSteffen Mueller2009-09-032-189/+0
* Move Tie::File from lib to extSteffen Mueller2009-09-0239-8964/+0
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-064-0/+0
* Add a $VERSION, strict and some documentation to Tie::StdHandle.Nicholas Clark2008-11-161-2/+33
* Bump VERSIONs in all non-dual-lived modules that have changedSteve Hay2008-09-153-3/+3
* fix typo in a Tie::Hash documentation linkNiko Tyni2008-05-151-1/+1
* Upgrade to Tie-RefHash-1.38Steve Peters2008-01-282-3/+10
* Move Tie::StdHandle into its own file.Michael G. Schwern2007-08-084-39/+64
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-061-45/+11
* Sync Tie::RefHash with CPAN (1.37)Yuval Kogman2007-05-072-20/+33