Skip to content

Commit

Permalink
explain just a bit more what profile.ini is
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jul 7, 2011
1 parent a17a4c0 commit 19379ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/tutorial/minting-profile.pod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ your default minting profile, overriding the very simple default that
ships with Dist::Zilla.

The first thing you want to do is change into that directory and create
a F<profile.ini> file with the following content:
a F<profile.ini>. That file picks and configures the plugins that will
contribute to minting new distributions. For now, populate the file with
the following content:

#!vim dosini
[TemplateModule/:DefaultModuleMaker]
Expand Down
4 changes: 2 additions & 2 deletions src/tutorial/new-dist.pod
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ For the tasks below, you'll want to:
The rest of this document assumes that you haven't made a custom minting
profile, meaning that you haven't got anything in F<~/.dzil/profiles>. If you
do, and the behavior you see isn't what's described below, you might want to
move that directory out of the way, or read more about how minting profiles
work.
move that directory out of the way, or read more about L<how minting profiles
work|@minting-profile>.

=head2 Run C<dzil new>

Expand Down

0 comments on commit 19379ca

Please sign in to comment.