begin for cpan

This commit is contained in:
Gwyn 2026-03-03 12:23:20 -05:00
parent e33254437d
commit 030bc4786b
6 changed files with 83 additions and 1 deletions

7
bin/mvcopies Normal file
View file

@ -0,0 +1,7 @@
#! /usr/bin/env perl
use strict;
use warnings;
use FindBin;
use lib "$FindBin::Bin/../lib";
use MVCopies::CLi;
exit MVCopies::CLI->run(\@ARGV);