develooper Front page | perl.perl6.users | Postings from November 2019

Re: FC31 can't find my module subs

Thread Previous | Thread Next
From:
ToddAndMargo via perl6-users
Date:
November 4, 2019 07:22
Subject:
Re: FC31 can't find my module subs
Message ID:
950bf94d-c491-05c0-1d9d-8462f60c287f@zoho.com
Oh and it does find and read the modules.   If I
give it a bad module name, I get the finger wagged
at me:

# perl6 -I/home/linuxutil/p6lib -e 'use BadName;  ModuleTest; ModuleTst;'
===SORRY!===
Could not find BadName at line 1 in:
     file#/home/linuxutil/p6lib
     inst#/root/.perl6
     inst#/opt/rakudo-pkg/share/perl6/site
     inst#/opt/rakudo-pkg/share/perl6/vendor
     inst#/opt/rakudo-pkg/share/perl6/core
     ap#
     nqp#
     perl5#


As opposed to something it can find:

# perl6 -I/home/linuxutil/p6lib -e 'use ModuleTest;  ModuleTest; ModuleTst;'
===SORRY!=== Error while compiling /home/linuxutil/p6lib/ModuleTest.pm6 
(ModuleTest)
Undeclared name:
     ModuleTest used at line 4

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About