summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2011-11-24 18:00:02 +0000
committerGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2011-11-24 18:00:02 +0000
commitcc3e04eb59c2dc6cf17e7bf1387ab4dbc8e006ff (patch)
treee959de807bff98ebbaeeb0262d084efcc2e27666
parentBuild results of 008e42d (on master) (diff)
parentmake PAUSE life easier (diff)
downloaddata-multivalued-cc3e04eb59c2dc6cf17e7bf1387ab4dbc8e006ff.tar.gz
data-multivalued-cc3e04eb59c2dc6cf17e7bf1387ab4dbc8e006ff.tar.bz2
data-multivalued-cc3e04eb59c2dc6cf17e7bf1387ab4dbc8e006ff.zip
Build results of 6e5e90b (on master)
-rw-r--r--Changes4
-rw-r--r--MANIFEST2
-rw-r--r--dist.ini2
-rw-r--r--lib/Data/MultiValued.pm (renamed from lib/Data/MultiValued.pod)14
4 files changed, 16 insertions, 6 deletions
diff --git a/Changes b/Changes
index 8e9d446..742f10b 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,4 @@
Revision history for Data::MultiValued
-0.0.1_1 2011-11-24 17:56:42 Europe/London
-
-0.0.1 2011-11-22 15:35:03 Europe/London
+0.0.1_1 2011-11-24 17:59:57 Europe/London
- first working version
diff --git a/MANIFEST b/MANIFEST
index fcbb718..c239a23 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4,7 +4,7 @@ META.json
META.yml
Makefile.PL
dist.ini
-lib/Data/MultiValued.pod
+lib/Data/MultiValued.pm
lib/Data/MultiValued/AttributeAccessors.pm
lib/Data/MultiValued/AttributeTrait.pm
lib/Data/MultiValued/AttributeTrait/Ranges.pm
diff --git a/dist.ini b/dist.ini
index e7ae0ae..6933499 100644
--- a/dist.ini
+++ b/dist.ini
@@ -6,7 +6,7 @@ copyright_year = 2011
abstract = Handle values with tags and validity ranges
-main_module = lib/Data/MultiValued.pod
+main_module = lib/Data/MultiValued.pm
[GatherDir]
diff --git a/lib/Data/MultiValued.pod b/lib/Data/MultiValued.pm
index e898ad1..f69bd2d 100644
--- a/lib/Data/MultiValued.pod
+++ b/lib/Data/MultiValued.pm
@@ -1,6 +1,18 @@
-# PODNAME: Data::MultiValued
+package Data::MultiValued;
+{
+ $Data::MultiValued::VERSION = '0.0.1_1';
+}
+{
+ $Data::MultiValued::DIST = 'Data-MultiValued';
+}
+use strict;
+use warnings;
# ABSTRACT: store tag- and range-dependant data in a scalar or Moose attribute
+warn "Don't use this module directly, use Data::MultiValued::Tags or Data::MultiValued::Ranges or the like";
+
+1;
+
__END__
=pod