File: Makefile.PL

package info (click to toggle)
libcache-simple-timedexpiry-perl 0.21-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 80 kB
  • ctags: 69
  • sloc: perl: 629; makefile: 51
file content (11 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
           use inc::Module::Install;

           name            ('Cache-Simple-TimedExpiry');
           abstract        ('A lightweight cache with timed expiration');
           author          ('Robert Spier <rspier@pobox.com>, Jesse Vincent <jesse@bestpractical.com>');
           version_from    ('lib/Cache/Simple/TimedExpiry.pm');
           license         ('perl');

           requires        ('perl' => 5.005);

&WriteAll;