aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-All
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2004-12-18 02:40:01 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2004-12-18 02:40:01 +0000
commit2b4630d69f341919a7849114a00acd86e1c5005a (patch)
tree8ab74c2cc0f37fed595f8f23ec16ac763e1d4c26 /devel/p5-IO-All
parent4016f058aceaff8701f04eb0e63b056f4bb9199a (diff)
downloadports-2b4630d69f341919a7849114a00acd86e1c5005a.tar.gz
ports-2b4630d69f341919a7849114a00acd86e1c5005a.zip
- update to 0.33
- 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
Notes: svn path=/head/; revision=124349
Diffstat (limited to 'devel/p5-IO-All')
-rw-r--r--devel/p5-IO-All/Makefile2
-rw-r--r--devel/p5-IO-All/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-IO-All/Makefile b/devel/p5-IO-All/Makefile
index 5fd0033d2dcb..fec769f86199 100644
--- a/devel/p5-IO-All/Makefile
+++ b/devel/p5-IO-All/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= IO-All
-PORTVERSION= 0.31
+PORTVERSION= 0.33
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/I/IN/INGY/
diff --git a/devel/p5-IO-All/distinfo b/devel/p5-IO-All/distinfo
index be09168a4ac9..c29fdadce3e9 100644
--- a/devel/p5-IO-All/distinfo
+++ b/devel/p5-IO-All/distinfo
@@ -1,2 +1,2 @@
-MD5 (IO-All-0.31.tar.gz) = 9c8d8f6249db99f57ea903c44515a796
-SIZE (IO-All-0.31.tar.gz) = 52879
+MD5 (IO-All-0.33.tar.gz) = 7e9e83dc8ec4404d79ee73af08f6421f
+SIZE (IO-All-0.33.tar.gz) = 53805