On Mon, Jun 8, 2020 at 12:35 PM Richard Hainsworth <[email protected] <mailto:[email protected]>> wrote:Look at line 10class Informing { On 08/06/2020 11:31, ToddAndMargo via perl6-users wrote:Hi All, Over on https://github.com/finanalyst/p6-inform/blob/master/lib/Informative.pm6 Line 144: method show( Str $str?, Int :$timer, Bool :$show-countdown ) { where is the class that is linked to that method? Many thanks, -T
On 2020-06-08 03:38, Fernando Santagata wrote: > …and line 3: > > unit module Informative; > 3: unit module Informative; Does not look like a class to me. What am I missing?
