Butterfly
use Butterfly;
my $b = Butterfly.new;
$b.who-am-i;
=begin comment
Provided that main.p6 and Butterfuly.pm6 are in the same directory,
$ perl6 -I. main.p6
should output "I am Butterfly".
=endINFO
use Butterfly;
my $b = Butterfly.new;
$b.who-am-i;
=begin comment
Provided that main.p6 and Butterfuly.pm6 are in the same directory,
$ perl6 -I. main.p6
should output "I am Butterfly".
=end