/usr/local/CPAN/Data-DublinCore/Data/DublinCore/Util.pm
# Copyrights 2009-2010 by Mark Overmeer.
# For other contributors see ChangeLog.
# See the manual pages for details on the licensing terms.
# Pod stripped from pm file by OODoc 1.06.
use warnings;
use strict;
package Data::DublinCore::Util;
use vars '$VERSION';
$VERSION = '0.04';
use base 'Exporter';
our @EXPORT = qw/
NS_DC_DCMITYPE
NS_DC_ELEMS11
NS_DC_TERMS
/;
use constant
{ NS_DC_ELEMS11 => 'http://purl.org/dc/elements/1.1/'
, NS_DC_DCMITYPE => 'http://purl.org/dc/dcmitype/'
, NS_DC_TERMS => 'http://purl.org/dc/terms/'
};
1;