Skip to content

Commit

Permalink
writing-plugins.pod: wording for simple_ini() arguments fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tnishimura committed Aug 21, 2012
1 parent bd00e47 commit 2ed0d48
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/tutorial/writing-plugins.pod
Expand Up @@ -159,14 +159,12 @@ distribution, so we can just make a simple test like this:
{
add_files => {
'source/dist.ini' => simple_ini(
# by default, the sample distribution's dist.ini file inherits
# the parent module's dist.ini.
# this hashref can override them, if desired
# configs likename, author, license, etc.
# By default, source/dist.ini inherits the parent module's dist.ini.
# This hashref can override them, if desired.
{
# author => "Some Other Author",
},
# subsequent parameters define imported plugins,
# Subsequent arguments define imported plugins:
# [GatherDir]
'GatherDir',
# [Credits]
Expand Down

0 comments on commit 2ed0d48

Please sign in to comment.