File: README

package info (click to toggle)
libmodule-install-doap-perl 0.006-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 324 kB
  • sloc: perl: 3,152; makefile: 11
file content (30 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (5)
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
NAME
    Module::Install::DOAP - generate META.yml data from DOAP

SYNOPSIS
    In Makefile.PL:

      rdf_metadata;
      doap_metadata;

DESCRIPTION
    This Module::Install plugin generates your META.yml file from RDF data
    (especially DOAP) in your distribution's 'meta' directory.

BUGS
    Please report any bugs to <http://rt.cpan.org/>.

SEE ALSO
    Module::Install, Module::Install::DOAPChangeSets .

    <http://www.perlrdf.org/>.

AUTHOR
    Toby Inkster <tobyink@cpan.org>.

COPYRIGHT AND LICENSE
    Copyright (C) 2011 by Toby Inkster

    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.