$ pwd
/home/bob/Documents/meditations/Algorithm-Markov-Multiorder-Learner-master
$ perl Makefile.PL
Checking if your kit is complete...
Warning: the following files are missing in your kit:
.BACKUP/28.06.2019_13.28.tgz
data/2.short.shelley.txt
data/ShelleyFrankenstein.txt
...
states/small.fa.state
Please inform the author.
Generating a Unix-style Makefile
Writing Makefile for Algorithm::Markov::Multiorder::Learner
Writing MYMETA.yml and MYMETA.json
####
$ pwd
/home/bob/Documents/meditations/Algorithm-Markov-Multiorder-Learner-master/t
$ cat 01-learn-text.t
#!/usr/bin/env perl
use strict;
use warnings;
use lib 'blib/lib';
use Test::More;
use Algorithm::Markov::Multiorder::Learner;
my $num_tests = 0;
my $input_corpus_filename = 'data/2.short.shelley.txt';
...
####
$ pwd
/home/bob/Documents/meditations/Algorithm-Markov-Multiorder-Learner-master
$ ls
bin Changes lib Makefile.PL MYMETA.json output README xt
blib data Makefile MANIFEST MYMETA.yml pm_to_blib t
$ cd data
$ ls
1.mp.txt 2.short.shelley.txt 'Untitled Document 1'
1.pope.txt 3.Shelley_short.txt
2.Shelley_short.txt ShelleyFrankenstein.txt
####
$ cd ..
$ pwd
/home/bob/Documents/meditations/Algorithm-Markov-Multiorder-Learner-master
$ cd blib/
$ cd script/
$ pwd
/home/bob/Documents/meditations/Algorithm-Markov-Multiorder-Learner-master/blib/script
$ ls
analyse_DNA_sequence.pl analyse_text.pl predict_text.pl
analyse_image.pl predict_image.pl read_state.pl
$
####
cp bin/analyse_text.pl blib/script/analyse_text.pl
"/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/analyse_text.pl