summaryrefslogtreecommitdiffstats
path: root/perl-cpan
diff options
context:
space:
mode:
authorTreeve Jelbert2018-08-21 11:46:33 +0200
committerTreeve Jelbert2018-08-21 11:46:33 +0200
commitbeae892840d9bda8b1888b4b43e1acd4dcfe65e3 (patch)
tree9fd6aed5ab9164a5dc06f0e53c82075e6f37b6fb /perl-cpan
parentad25a40ec28aaab0d617d072f8316691a3144d6c (diff)
path-tiny-0.108
Diffstat (limited to 'perl-cpan')
-rwxr-xr-xperl-cpan/path-tiny/DEPENDS1
-rwxr-xr-xperl-cpan/path-tiny/DETAILS19
-rw-r--r--perl-cpan/path-tiny/HISTORY4
3 files changed, 24 insertions, 0 deletions
diff --git a/perl-cpan/path-tiny/DEPENDS b/perl-cpan/path-tiny/DEPENDS
new file mode 100755
index 0000000000..6826bc7952
--- /dev/null
+++ b/perl-cpan/path-tiny/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/path-tiny/DETAILS b/perl-cpan/path-tiny/DETAILS
new file mode 100755
index 0000000000..b7538e9680
--- /dev/null
+++ b/perl-cpan/path-tiny/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=path-tiny
+ SPELLX=Path-Tiny
+ VERSION=0.108
+ SOURCE_HASH=sha512:21cbc8ec84474a2fc14b77a2c8b659676d4842a87a7572497c0dd6ba1c2e5f91cdefa30fc9578fdc416d8c8ee4155ff302833925c1fdf9242c898ba6a0ebee13
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=https://metacpan.org/pod/Path::Tiny
+ SOURCE_URL[0]=https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$SOURCE
+ LICENSE[0]=APACHE
+ ENTERED=20180821
+ KEYWORDS=""
+ SHORT=""
+cat << EOF
+This module 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.
+EOF
diff --git a/perl-cpan/path-tiny/HISTORY b/perl-cpan/path-tiny/HISTORY
new file mode 100644
index 0000000000..34741d2ea6
--- /dev/null
+++ b/perl-cpan/path-tiny/HISTORY
@@ -0,0 +1,4 @@
+2018-08-21 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.108
+ spell created
+