The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Statocles::Util - Various utility functions to reduce dependencies

VERSION

version 0.050

SYNOPSIS

    use Statocles::Util qw( dircopy );

    dircopy $source, $destination;

DESCRIPTION

This module contains some utility functions to help reduce non-core dependencies.

SUBROUTINES

dircopy $source, $destination;

Copy everything in $source to $destination, recursively.

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Doug Bell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.