Thread MooseX::Types - Problem mit Subtype und Where-Test
(8 answers)
Opened by roooot at 2010-09-22 22:18
Im where hat sich auch noch ein kleiner Fehler eingeschlichen:
Code (perl): (dl
)
1 2 3 4 subtype GoogleUrlId, as HashRef[Str], # where { $_ =~ m/\/([0-9a-z]+)$/xms }; where { $_->{full} =~ m/\/([0-9a-z]+)$/xms }; MfG perl -E'*==*",s;;%ENV=~m,..$,,$&+42;e,$==f;$"++for+ab..an;@"=qw,u t,,print+chr;sub f{split}say"@{=} me"'
|