File: Makefile.PL

package info (click to toggle)
libnet-oauth-perl 0.31-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: perl: 1,484; makefile: 8
file content (35 lines) | stat: -rw-r--r-- 1,170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Note: this file was auto-generated by Module::Build::Compat version 0.4234

use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'          => 'Net::OAuth',
    'AUTHOR'        => 'Robert Rothenberg <rrwo@cpan.org>',
    "LICENSE"       => 'perl',
    'ABSTRACT_FROM' => 'lib/Net/OAuth.pm',
    'VERSION_FROM'  => 'lib/Net/OAuth.pm',
    'TEST_REQUIRES' => {
        'Test::More' => '0.66',
        'Test::Warn' => '0.21',
    },
    'PREREQ_PM' => {
        'Class::Accessor'          => '0.31',
        'Class::Data::Inheritable' => '0.06',
        'Crypt::URandom'           => '0.37',
        'Digest::SHA'              => '5.47',
        'Encode'                   => '2.35',
        'LWP::UserAgent'           => '1',
        'Test::More'               => '0.66',
        'Test::Warn'               => '0.21',
        'URI'                      => '5.15'
    },
    'INSTALLDIRS' => 'site',
    'EXE_FILES'   => [],
    'PL_FILES'    => {},
    'META_MERGE'  => {
        resources => {
            bugtracker => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Net-OAuth',
            repository => 'https://github.com/keeth/Net-OAuth.git',
        },
    },
);