root/Net-Google-Calendar-0.3/META.yml

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

import Net::Google::Calendar

Line 
1 ---
2 name: Net-Google-Calendar
3 version: 0.3
4 author:
5   - 'Simon Wistow <simon@thegestalt.org>'
6 abstract: programmatic access to Google's Calendar API
7 license: perl
8 resources:
9   license: http://dev.perl.org/licenses/
10 requires:
11   DateTime: 0
12   LWP::UserAgent: 0
13   Test::More: 0
14   URI: 0
15   XML::Atom: 0
16 provides:
17   Net::Google::Calendar:
18     file: lib/Net/Google/Calendar.pm
19     version: 0.3
20   Net::Google::Calendar::Entry:
21     file: lib/Net/Google/Calendar/Entry.pm
22   Net::Google::Calendar::Person:
23     file: lib/Net/Google/Calendar/Person.pm
24 generated_by: Module::Build version 0.2801
25 meta-spec:
26   url: http://module-build.sourceforge.net/META-spec-v1.2.html
27   version: 1.2
28
Note: See TracBrowser for help on using the browser.