in reply to Re: Creating a unique variable type
in thread Creating a unique variable type

> You cannot now say my $foo : integer;

O RLY?

see attributes for enabling

my $foo :integer;

and the parser also allows "typing"

DB<105> {package Int} DB<106> my Int $x => undef

... though w/o much benefit.

Cheers Rolf

( addicted to the Perl Programming Language)