Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Included instructions about 'provides' META.info section
  • Loading branch information
zoffixznet committed Apr 3, 2015
1 parent a1aeb93 commit de2af26
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/Language/modules.pod
Expand Up @@ -86,6 +86,9 @@ To share your module, do the following:
"version" : "0.1.0",
"description" : "Wonderful simulation to get some perspective.",
"author" : "R<Your Name>",
"provides" : {
"Vortex::TotalPerspective" : "lib/Vortex/TotalPerspective.pm"
},
"depends" : [ ],
"source-url" : "git://github.com/R<you>/Vortex-TotalPerspective.git"
}
Expand All @@ -95,6 +98,10 @@ To share your module, do the following:
http://design.perl6.org/S11.html#Versioning> for further
details). If the version number doesn't matter to you or your users
right now, you can just put in an asterisk (*) for the version.
In C<provides> section, include all the namespaces provided by
your distribution.
=end item
=item Put your project under git version control if you haven't done so
Expand Down

0 comments on commit de2af26

Please sign in to comment.