|
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'
);
sub MY::postamble { << '__POSTAMBLE' }
EXTENDS = ../XMLCompile
RAWDIR = ../public_html/xml-compile-cache/raw
DISTDIR = ../public_html/xml-compile-cache/source
LICENSE = artistic
SKIP_LINKS = XML::LibXML
FIRST_YEAR = 2008
EMAIL = perl @overmeer .net
PODTAIL = ../XML-shared-podtail
__POSTAMBLE
|