Codebase list libhtml-widgets-navmenu-perl / debian/1.0702-2 Makefile.PL
debian/1.0702-2

Tree @debian/1.0702-2 (Download .tar.gz)

Makefile.PL @debian/1.0702-2raw · history · blame

# Note: this file was auto-generated by Module::Build::Compat version 0.39_01
require 5.006001;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'HTML::Widgets::NavMenu',
  'VERSION_FROM' => 'lib/HTML/Widgets/NavMenu.pm',
  'PREREQ_PM' => {
                   'Class::XSAccessor' => 0,
                   'IO::Scalar' => 0,
                   'Test::More' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;