Thread MooseX::Types - Problem mit Subtype und Where-Test (8 answers)
Opened by roooot at 2010-09-22 22:18

MatthiasW
 2010-09-23 18:12
#141509 #141509
User since
2008-01-27
367 Artikel
BenutzerIn
[default_avatar]
Du kannst es auch in Anführungszeichen setzen:
Code (perl): (dl )
    from => ArrayRef['WWW::Google::Contacts::Type::Email'],

oder dir eine eigene Konstante erstellen: (wenn es die Subroutine nicht schon in WWW::Google::Contacts::Type gibt)
Code (perl): (dl )
sub WWW::Google::Contacts::Type::Email () { 'WWW::Google::Contacts::Type::Email' }

MfG
perl -E'*==*",s;;%ENV=~m,..$,,$&+42;e,$==f;$"++for+ab..an;@"=qw,u t,,print+chr;sub f{split}say"@{=} me"'

View full thread MooseX::Types - Problem mit Subtype und Where-Test