App::datasection::Command::insert - Insert files from the file system into Perl source __DATA__ section
version 0.01
datasection insert [ -d DIRECTORY ] SOURCE [ SOURCE ... ]
This subcommand inserts the files located on the filesystem into the Perl source file or files. By default it uses a separate directory for each source file (named as the source filename with .data
appended to it). You can alternatively specify your own directory with the -d
option.
Graham Ollis <plicease@cpan.org>
This software is copyright (c) 2024 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.