root/Net-Google-Calendar-0.3/Makefile.PL

Revision 285, 0.6 kB (checked in by miya, 2 years ago)

import Net::Google::Calendar

Line 
1 # Note: this file was auto-generated by Module::Build::Compat version 0.03
2 use ExtUtils::MakeMaker;
3 WriteMakefile
4 (
5           'NAME' => 'Net::Google::Calendar',
6           'VERSION_FROM' => 'lib/Net/Google/Calendar.pm',
7           'PREREQ_PM' => {
8                            'DateTime' => '0',
9                            'LWP::UserAgent' => '0',
10                            'Test::More' => '0',
11                            'URI' => '0',
12                            'XML::Atom' => '0'
13                          },
14           'INSTALLDIRS' => 'site',
15           'EXE_FILES' => [],
16           'PL_FILES' => {}
17         )
18 ;
Note: See TracBrowser for help on using the browser.