diff --git a/devel/p5-Path-Tiny/Makefile b/devel/p5-Path-Tiny/Makefile index 68f8d0cc8cd7..addafc4a9446 100644 --- a/devel/p5-Path-Tiny/Makefile +++ b/devel/p5-Path-Tiny/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= File path utility LICENSE= APACHE20 diff --git a/devel/p5-Path-Tiny/pkg-descr b/devel/p5-Path-Tiny/pkg-descr index 4996fc3f0f30..243950982b01 100644 --- a/devel/p5-Path-Tiny/pkg-descr +++ b/devel/p5-Path-Tiny/pkg-descr @@ -1,5 +1,7 @@ -This module attempts to provide a small, fast utility for working with -file paths. It is friendlier to use than File::Spec and provides -easy access to functions from several other core file handling modules. +Path::Tiny provides a small, fast utility for working with file paths. It is +friendlier to use than File::Spec and provides easy access to functions from +several other core file handling modules. It aims to be smaller and faster than +many alternatives on CPAN, while helping people do many common things in +consistent and less error-prone ways. WWW: https://metacpan.org/release/Path-Tiny