| Task-Dist-Zilla documentation | Contained in the Task-Dist-Zilla distribution. |
Task::Dist::Zilla - task to install dist-zilla and all its plugins
version 1.111681
perl -MCPANPLUS -e 'install Task::Dist::Zilla'
This task is merely a placeholder to pull all dist-zilla related modules in one go.
You can find more information on this module at:
Jerome Quelin
This software is copyright (c) 2010 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Task-Dist-Zilla documentation | Contained in the Task-Dist-Zilla distribution. |
# # This file is part of Task-Dist-Zilla # # This software is copyright (c) 2010 by Jerome Quelin. # # This is free software; you can redistribute it and/or modify it under # the same terms as the Perl 5 programming language system itself. # use 5.008; use strict; use warnings; package Task::Dist::Zilla; BEGIN { $Task::Dist::Zilla::VERSION = '1.111681'; } # ABSTRACT: task to install dist-zilla and all its plugins 1;
__END__