Skip to content

Commit

Permalink
documentation fixes/updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Nov 20, 2012
1 parent 39c5685 commit c88429b
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions lib/App/Genpass.pm
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,14 @@ Parses the command line options.
=head2 configfile
An attribute with a default value of a subroutine that tries to find the
configuration file. It checks for a C<.genpass.yaml> in your home directory
(using L<File::HomeDir>), and then for C</etc/genpass.yaml>.
An attribute defining the configuration file that will be used. If one is not
provided, it tries to find one on its own. It checks for a C<.genpass.yaml> in
your home directory (using L<File::HomeDir>), and then for C</etc/genpass.yaml>.
If one is available, that's what it uses. Otherwise nothing.
You must use the C<new_with_options> method described above for this.
=head3 flags
These are boolean flags which change the way App::Genpass works.
Expand Down Expand Up @@ -474,21 +476,14 @@ always return a list of the passwords, even if it's a single password.
Reads the configuration file using L<Config::Any>.
Shamelessly lifted from L<MooseX::SimpleConfig> because there is no
L<MouseX::SimpleConfig>.
Shamelessly lifted from L<MooseX::SimpleConfig>.
=head1 AUTHOR
Sawyer X, C<< <xsawyerx at cpan.org> >>
=head1 DEPENDENCIES
L<Mouse>
L<MouseX::Getopt>
L<MouseX::ConfigFromFile>
L<Config::Any>
L<Path::Class>
Expand Down

0 comments on commit c88429b

Please sign in to comment.