v2 released

This commit is contained in:
chris 2026-05-14 15:48:06 -04:00
parent c7d27dd869
commit 60dd299ffa
14 changed files with 9 additions and 391 deletions

View file

@ -20,7 +20,7 @@ Version 0.01
=cut
our $VERSION = '0.01';
our $VERSION = '0.02';
sub run {
my $src = shift @ARGV or die "Usage: sortcopies dir\n";
@ -72,6 +72,7 @@ sub run {
}
1;
=head1 SYNOPSIS
This sorts a directory, in a non-recursive way.
@ -80,8 +81,6 @@ Copies of files are moved to a ./copies folder created in the directory being so
sortcopies ~/path/to/dir_with_dupes
=head1 EXPORT
Just run, for use by bin/sortcopies
=head1 AUTHOR
@ -115,6 +114,7 @@ L<https://metacpan.org/release/App-SortCopies>
=back
=head1 ACKNOWLEDGEMENTS
To all the foxes of the world...
=head1 LICENSE AND COPYRIGHT