use ExtUtils::MakeMaker; # okay, complain about not having a nice version of Scalar::Util # if they don't have one my $foo; eval "use Scalar::Util qw(openhandle); \$foo = defined(&openhandle)"; unless ($foo) { print STDERR < 'Template-Plugin-XML-LibXML', 'VERSION_FROM' => 'lib/Template/Plugin/XML/LibXML.pm', # note, this might work with Template Toolkit's before 2.06, and # XML::LibXML before 1.52, but I haven't tried it so I make no # guarentees 'PREREQ_PM' => { Template => 2.06, XML::LibXML => 1.52, }, 'ABSTRACT_FROM' => 'lib/Template/Plugin/XML/LibXML.pm', 'AUTHOR' => 'Mark Fowler ', # Don't run Build.PL (thanks Randal and Dom) 'PL_FILES' => {}, );