diff options
author | James E Keenan <jkeenan@cpan.org> | 2020-01-28 22:05:49 -0500 |
---|---|---|
committer | Todd Rinaldo <toddr@cpan.org> | 2020-01-28 23:05:28 -0600 |
commit | 507614678018ae1abd55a22e9941778c65741ba3 (patch) | |
tree | d08399b61a04826f251a9d535ad56aecfe451d84 /MANIFEST | |
parent | 454fbc9bb9460ddc62f6d15fe397d4e26cb7f5c1 (diff) | |
download | perl-507614678018ae1abd55a22e9941778c65741ba3.tar.gz |
Correct misleading entries in SYNOPSIS
Correct documentation as per suggestion from T.E. Hofmann. Add a new test file demonstrating correctness of the synopsis.
For: GH 17499
Originally reported 2004-03-30 by T.E. Hofmann in Tie-File RT queue:
https://rt.cpan.org/Ticket/Display.html?id=5837
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4001,6 +4001,7 @@ dist/Tie-File/t/33_defer_vs.t Like 30_defer.t, but with varying-length records dist/Tie-File/t/40_abs_cache.t Unit tests for Tie::File::Cache dist/Tie-File/t/41_heap.t Unit tests for Tie::File::Heap dist/Tie-File/t/42_offset.t Unit tests for the offset method +dist/Tie-File/t/43_synopsis.t Demonstrate correctness of Tie::File synopsis dist/Time-HiRes/Changes Time::HiRes extension dist/Time-HiRes/fallback/const-c.inc Time::HiRes extension dist/Time-HiRes/fallback/const-xs.inc Time::HiRes extension |