File: Makefile.PL

package info (click to toggle)
libtemplate-plugin-datetime-perl 0.06002-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: perl: 1,369; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
use strict;
use inc::Module::Install;

name('Template-Plugin-DateTime');
all_from('lib/Template/Plugin/DateTime.pm');
requires 'DateTime';
requires 'Template';
requires 'DateTime::Format::Strptime';

auto_include;
WriteAll;