aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-All
Commit message (Collapse)AuthorAgeFilesLines
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* Take a perl@ hat and add SHA256 checksumsMathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148244
* search.cpan.org redirect reduction canonicalization project, pass 2:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. This pass brought to you by loving, painstaking hand editing. Notes: svn path=/head/; revision=143305
* - update to 0.33Cheng-Lung Sung2004-12-182-3/+3
| | | | | | | | | | | | | | - io('path/to/symlink') would return a file object if the link was to a file - $link->readlink incorrectly returned a new IO::All::Link object, no matter what the link pointed to. - io($io_all_object) would not return an object of the same type as the object give to io(), it would always return a plain IO::All object. - add head and tail methods Notes: svn path=/head/; revision=124349
* Set MAINTAINER to perl@ back.Vanilla I. Shu2004-08-121-1/+1
| | | | | | | Requested by: mat@ Notes: svn path=/head/; revision=115999
* - Update to 0.31Vanilla I. Shu2004-08-122-4/+4
| | | | | | | | | | | | | | | - copy & paste from Changes: - added readdir - let exists work on non-existant filename - absolute, relative, pathname - chdir - stat on unopened file/dir PR: ports/70348 Submitted by: Cheng-Lung Sung <clsung@tw.freebsd.org> Notes: svn path=/head/; revision=115993
* . Fix WWW and add Author.Greg Lewis2004-07-221-1/+2
| | | | | | | | PR: 69367 Submitted by: elvis <elvis@sslab.cs.ccu.edu.tw> Notes: svn path=/head/; revision=114450
* Update to 0.30Mathieu Arnold2004-07-213-6/+30
| | | | Notes: svn path=/head/; revision=114351
* Fix type error, and set MAINTAINER to perl@FreeBSD.orgVanilla I. Shu2004-07-161-2/+2
| | | | | | | | PR: ports/69145 Submitted by: elvis <elvis@sslab.cs.ccu.edu.tw> Notes: svn path=/head/; revision=113770
* Add p5-IO-All 0.22, IO::All combines all of the best Perl IO modules.Vanilla I. Shu2004-07-164-0/+54
PR: ports/69135 Submitted by: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw> Notes: svn path=/head/; revision=113747