root/trunk/HybridPagination/Makefile.PL

Revision 1340, 160 bytes (checked in by bchoate, 12 months ago)

Initial checkin.

Line 
1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4    NAME            => 'HybridPagination',
5    VERSION         => '1.0',
6    DISTNAME        => 'HybridPagination',
7);
Note: See TracBrowser for help on using the browser.