NAME

App::datasection::Command::diff - Show the differences between the filesystem and Perl source __DATA__ section files

VERSION

version 0.01

SYNOPSIS

datasection insert [ -d DIRECTORY ] SOURCE [ SOURCE ... ]

DESCRIPTION

This subcommand shows the difference between 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.

NOTE: the format of the diff subject to change.

SEE ALSO

App::datasection::Command::extract
App::datasection::Command::diff
App::datasection::Command::insert

AUTHOR

Graham Ollis <plicease@cpan.org>

COPYRIGHT AND LICENSE

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.