Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added an example META.info file to spec.pod. Also added 'author' fiel…
…d to 'Optional Fields' section.
  • Loading branch information
soh-cah-toa committed Oct 3, 2011
1 parent be84f95 commit e0167e0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions spec.pod
Expand Up @@ -70,10 +70,29 @@ missing, the value in the C<source-url> field will be used instead.
I<NOTE>: At the time of writing, C<git> is the only type that is known to be
supported by an installer.

=item C<author>

The author of the module.

=back

The module author can also add any number of other fields he or she wants.

=head1 Example

This is an example F<META.info> file for a module called C<Fast::Food> written
by Ronald McDonald.

{
"name" : "Fast::Food",
"version" : "1.2.3",
"author" : "Ronald McDonald",
"description" : "Orders virtual fast food that no one can eat",
"depends" : [],
"source-type" : "git",
"source-url" : "git://github.com/ronald-mcdonald/fast-food.git"
}

=head1 The Directory Structure

The project directory can contain any of the following subdirectories:
Expand Down

0 comments on commit e0167e0

Please sign in to comment.