summaryrefslogtreecommitdiff
path: root/META.yml
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2012-03-30 12:07:25 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2012-03-30 12:07:25 +0000
commitf1f9b3164e11c877ed5d509738551a56ac9b37f0 (patch)
tree8199aac0d7e7c5d5470173f422043044504d7c7b /META.yml
downloadHTTP-Date-tarball-f1f9b3164e11c877ed5d509738551a56ac9b37f0.tar.gz
Diffstat (limited to 'META.yml')
-rw-r--r--META.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/META.yml b/META.yml
new file mode 100644
index 0000000..95e9697
--- /dev/null
+++ b/META.yml
@@ -0,0 +1,28 @@
+--- #YAML:1.0
+name: HTTP-Date
+version: 6.02
+abstract: date conversion routines
+author:
+ - Gisle Aas <gisle@activestate.com>
+license: perl
+distribution_type: module
+configure_requires:
+ ExtUtils::MakeMaker: 0
+build_requires:
+ ExtUtils::MakeMaker: 0
+requires:
+ perl: 5.006002
+ Time::Local: 0
+resources:
+ MailingList: mailto:libwww@perl.org
+ repository: http://github.com/gisle/http-date
+no_index:
+ directory:
+ - t
+ - inc
+generated_by: ExtUtils::MakeMaker version 6.57_05
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
+recommends:
+ Time::Zone: 0