The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

Class::Usul::Build::InstallActions - Things to do after Build install

Version

Describes Class::Usul::Build::InstallActions version 0.15.$Revision: 279 $

Synopsis

Description

Additional actions to perform as part of the application installation

Subroutines/Methods

All action methods are passed $config

copy_files

Copies files as defined in the $config->{copy_files} attribute. Each item in this list is a hash ref containing from and to keys

create_dirs

Create the directory paths specified in the list $config->{create_dirs} if they do not exist

create_files

Create the files specified in the list $config->{create_files} if they do not exist

edit_files

Fix a couple of hard coded paths to point to the current install path

Creates some symbolic links

Configuration and Environment

None

Diagnostics

None

Dependencies

Class::Usul::Moose

Incompatibilities

There are no known incompatibilities in this module

Bugs and Limitations

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Author

Peter Flanigan, <Support at RoxSoft.co.uk>

License and Copyright

Copyright (c) 2013 Peter Flanigan. All rights reserved

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic

This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE