aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-All
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.39Erwin Lansing2008-12-192-4/+4
| | | | Notes: svn path=/head/; revision=224422
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - Update to 0.38Cheng-Lung Sung2007-04-092-11/+5
| | | | Notes: svn path=/head/; revision=189540
* - update to 0.37Yen-Ming Lee2007-04-082-4/+5
| | | | Notes: svn path=/head/; revision=189457
* - Update to 0.36Cheng-Lung Sung2006-11-053-8/+8
| | | | | | | | PR: ports/104517 Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw> Notes: svn path=/head/; revision=176498
* - update to 0.35Yen-Ming Lee2006-05-112-12/+6
| | | | Notes: svn path=/head/; revision=162052
* - update to 0.34Yen-Ming Lee2006-05-103-13/+13
| | | | Notes: svn path=/head/; revision=161883
* 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