Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
| Newsgroups | perl.moose |
|---|---|
| Message-ID | <560A6283.1050102@gmail.com> (permalink) |
| Date | 2015-09-29 03:05 -0700 |
| Subject | Re: Replacement for MooseX::Declare? |
| References | <530171442862727@web20g.yandex.ru> <1511487.ZmroBEujfR@jddwww> <563021442863623@web20g.yandex.ru> |
| From | barefootcoder@gmail.com (Buddy Burden) |
Matija,
> it says that "Support for using Function::Parameters to handle method signatures is likely to be dropped"
>
> https://metacpan.org/pod/Moops#Planned-Changes
>
> Does this means that I have to use
>
> method change_job {
> my ( $employer,$title ) = @_;
> }
>
> instead of
>
> method change_job ( Object $employer, Str $title ) { }
>
> ?
No. It means that you won't be able to use the :fp attribute for a
class any more (to use Function::Parameters rather than Kavorka). But
you don't want to use that anyway. :-)
-- Buddy
Back to perl.moose | Previous | Next — Previous in thread | Next in thread | Find similar
Replacement for MooseX::Declare? mpapec2010@yandex.com (Matija Papec) - 2015-09-21 21:12 +0200
Re: Replacement for MooseX::Declare? jeandamiendurand@free.fr (Jean-Damien Durand) - 2015-09-21 21:15 +0200
Re: Replacement for MooseX::Declare? mpapec2010@yandex.com (Matija Papec) - 2015-09-21 21:27 +0200
Re: Re: Replacement for MooseX::Declare? jeandamiendurand@free.fr (Jean-Damien Durand) - 2015-09-21 21:45 +0200
Re: Replacement for MooseX::Declare? rhesa@cpan.org (rhesa) - 2015-09-21 22:01 +0200
Re: Replacement for MooseX::Declare? barefootcoder@gmail.com (Buddy Burden) - 2015-09-29 03:05 -0700
Re: Replacement for MooseX::Declare? mpapec2010@yandex.com (Matija Papec) - 2015-10-01 09:09 +0200
csiph-web