Dave Cross: Still Munging Data With Perl: Online event - Mar 17 Learn more

use 5.008;
WriteMakefile
( NAME => 'XML::Compile::Cache'
, VERSION => '0.98'
, PREREQ_PM =>
{ XML::Compile => 1.10
, XML::Compile::Tester => 0.02
, XML::LibXML::Simple => 0.13
, Log::Report => 0.19
, Test::More => 0.54
, Test::Pod => '1.00'
}
, EXE_FILES => []
, AUTHOR => 'Mark Overmeer'
, ABSTRACT => 'Cache compiled XML translators'
, LICENSE => 'perl'
);
### used by oodist during production of distribution
sub MY::postamble { <<'__POSTAMBLE' }
# for DIST
EXTENDS = ../XMLCompile
RAWDIR = ../public_html/xml-compile-cache/raw
DISTDIR = ../public_html/xml-compile-cache/source
LICENSE = artistic
SKIP_LINKS = XML::LibXML
# for POD
FIRST_YEAR = 2008
EMAIL = perl@overmeer.net
PODTAIL = ../XML-shared-podtail
__POSTAMBLE