Aldebaran has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to replicate the material in chp 12 of _Intermediate Perl_. I have done this before successfully but can't get off the starting line now. I started so; I have to use pre tags because the hyphen blows up in c tags:
module−starter −−module=Minnow −−author="Gilligan" −−email=gilligan@island.example.com −−verbose sudo apt install libmodule-starter-perl
and got:
$ Command 'module−starter' not found, did you mean: command 'module-starter' from deb libmodule-starter-perl Try: sudo apt install <deb name>
Fair enough, I'll do that:
$ sudo apt install libmodule-starter-perl sudo password for bob: Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libaom0 libdav1d0 libllvm6.0 x11proto-dri2-dev x11proto-gl-dev Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: libcommon-sense-perl libfile-homedir-perl libfile-remove-perl libfile-which-perl libjson-perl libjson-xs-perl libmodule-install-authortests-perl libmodule-install-perl libmodule-scandeps-perl libpar-dist-perl libtypes-serialiser-perl The following NEW packages will be installed: libcommon-sense-perl libfile-homedir-perl libfile-remove-perl libfile-which-perl libjson-perl libjson-xs-perl libmodule-install-authortests-perl libmodule-install-perl libmodule-scandeps-perl libmodule-starter-perl libpar-dist-perl libtypes-serialiser-perl 0 upgraded, 12 newly installed, 0 to remove and 192 not upgraded. Need to get 479 kB of archives. After this operation, 1,380 kB of additional disk space will be used. Do you want to continue? Y/n y...
It continues with no announcement of errors.
...still module−starter is not a known command. I install Module::Starter (again, I think):
$ sudo cpan Terminal does not support AddHistory. cpan shell -- CPAN exploration and modules installation (v2.18) Enter 'h' for help. cpan1> install Module::Starter Reading '/home/bob/.cpan/Metadata' Database was generated on Tue, 28 May 2019 00:41:03 GMT Fetching with LWP: http://www.cpan.org/authors/01mailrc.txt.gz Reading '/home/bob/.cpan/sources/authors/01mailrc.txt.gz' ............................................................................DONE ... Installing /usr/local/bin/module-starter Appending installation info to /usr/lib/x86_64-linux-gnu/perl/5.26/perllocal.pod DBOOK/Module-Starter-1.76.tar.gz /usr/bin/make install -- OK
After all this, I'm still shooting blanks:
$ module−starter −−module=Minnow −−author="Gilligan" −−email=gilligan@island.example.com −−verbose Command 'module−starter' not found, did you mean: command 'module-starter' from deb libmodule-starter-perl Try: sudo apt install <deb name> $ module−starter hhhh Command 'module−starter' not found, did you mean: command 'module-starter' from deb libmodule-starter-perl Try: sudo apt install <deb name> $
Fishing for tips. Thanks for your comment.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: installing module starter
by Athanasius (Archbishop) on Jun 05, 2019 at 06:22 UTC | |
by daxim (Curate) on Jun 05, 2019 at 14:24 UTC | |
by Aldebaran (Curate) on Jun 05, 2019 at 22:50 UTC | |
by bliako (Abbot) on Jun 05, 2019 at 23:47 UTC | |
by Aldebaran (Curate) on Jun 07, 2019 at 06:39 UTC | |
by bliako (Abbot) on Jun 09, 2019 at 11:14 UTC | |
|
Re: installing module starter
by Fletch (Bishop) on Jun 05, 2019 at 12:29 UTC | |
|
Re: installing module starter
by thomas895 (Deacon) on Jun 06, 2019 at 04:32 UTC |