File: Makefile.PL

package info (click to toggle)
libcatalyst-plugin-redirect-perl 0.2-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 104 kB
  • sloc: perl: 31; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    NAME              => 'Catalyst::Plugin::Redirect',
    AUTHOR         => 'Shota Takayam <shot@bindstorm.jp>',
    VERSION_FROM      => 'lib/Catalyst/Plugin/Redirect.pm', # finds $VERSION
    PREREQ_PM         => {
	Catalyst => 0}
);