File: Makefile.PL

package info (click to toggle)
librest-application-perl 0.992-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 168 kB
  • ctags: 112
  • sloc: perl: 2,031; makefile: 45
file content (12 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME => 'REST::Application',
    'VERSION_FROM' => 'lib/REST/Application.pm', 
    'PREREQ_PM' => { 
        'CGI' => 0,
        'Tie::IxHash' => 0,
    },
    ABSTRACT   => 'A framework for building RESTful Applications.',
    AUTHOR     => 'Matthew O\'Connor <matthew@canonical.org>',
);