Template-Magic-Pager

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# This file uses the "Perlish" coding style
# please read http://perl.4pro.net/perlish_coding_style.html

; use 5.006_001
; use ExtUtils::MakeMaker
; my $pm = 'lib/Template/Magic/Pager.pm'

; WriteMakefile
   ( NAME           => 'Template::Magic::Pager'
   , VERSION_FROM   => $pm
   , ( $] ge '5.005' )
     ? ( AUTHOR     => 'Domizio Demichelis - perl.4pro.net'
       , ABSTRACT_FROM   => $pm
       )
     : ()
   , PREREQ_PM      => { 'Class::constr'   => '1.72'
                       , 'Object::props'   => '1.72'
                       , 'Template::Magic' => '1.21'
                       }
   )



( run in 1.978 second using v1.01-cache-2.11-cpan-a49fcb8fa48 )