1Dist::Zilla::Util(3)  User Contributed Perl Documentation Dist::Zilla::Util(3)
2
3
4

NAME

6       Dist::Zilla::Util - random snippets of code that Dist::Zilla wants
7

VERSION

9       version 4.300002
10

METHODS

12   abstract_from_file
13       This method, which is likely to change or go away, tries to guess the
14       abstract of a given file, assuming that it's Perl code.  It looks for a
15       POD "=head1" section called "NAME" or a comment beginning with
16       "ABSTRACT:".
17
18   expand_config_package_name
19         my $pkg_name = Util->expand_config_package_name($string);
20
21       This method, which is likely to change or go away, rewrites the given
22       string into a package name.  Consult Dist::Zilla::Config for more
23       information.
24

AUTHOR

26       Ricardo SIGNES <rjbs@cpan.org>
27
29       This software is copyright (c) 2011 by Ricardo SIGNES.
30
31       This is free software; you can redistribute it and/or modify it under
32       the same terms as the Perl 5 programming language system itself.
33
34
35
36perl v5.12.4                      2011-09-22              Dist::Zilla::Util(3)
Impressum