diff options
author | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2011-11-24 18:00:02 +0000 |
---|---|---|
committer | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2011-11-24 18:00:02 +0000 |
commit | cc3e04eb59c2dc6cf17e7bf1387ab4dbc8e006ff (patch) | |
tree | e959de807bff98ebbaeeb0262d084efcc2e27666 /lib/Data | |
parent | Build results of 008e42d (on master) (diff) | |
parent | make PAUSE life easier (diff) | |
download | data-multivalued-cc3e04eb59c2dc6cf17e7bf1387ab4dbc8e006ff.tar.gz data-multivalued-cc3e04eb59c2dc6cf17e7bf1387ab4dbc8e006ff.tar.bz2 data-multivalued-cc3e04eb59c2dc6cf17e7bf1387ab4dbc8e006ff.zip |
Build results of 6e5e90b (on master)
Diffstat (limited to 'lib/Data')
-rw-r--r-- | lib/Data/MultiValued.pm (renamed from lib/Data/MultiValued.pod) | 14 |
1 files changed, 13 insertions, 1 deletions
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 |