Re: Re: Replacement for MooseX::Declare?
[email protected] (Jean-Damien Durand) Mon, 21 Sep 2015 21:45:23 +0200
| Newsgroups | perl.moose |
|---|---|
| Message-ID | <3188925.7xb0PxR6fa@jddwww> |
If Toby or other Moops's knowledgable people can answer to this questio=
n, great - I cannot -;
Le lundi 21 septembre 2015, 21:27:03 Matija Papec a =C3=A9crit :
> Hello,
>=20
> it says that "Support for using Function::Parameters to handle method=
signatures is likely to be dropped"
>=20
> https://metacpan.org/pod/Moops#Planned-Changes
>=20
> Does this means that I have to use
>=20
> method change_job {
> my ( $employer,$title ) =3D @_;
> }
>=20
> instead of
>=20
> method change_job ( Object $employer, Str $title ) { }
>=20
> ?
>=20
> 21.09.2015, 21:15, "Jean-Damien Durand" <[email protected]>:
> > Hello,
> > I enjoyed using Moops.
> > HTH, Jean-Damien.
> >
> > Le lundi 21 septembre 2015, 21:12:07 Matija Papec a =C3=A9crit :
> >> https://metacpan.org/pod/MooseX::Declare is nice as an idea to r=
emove boilerplate, but unfortunately it is deprecated.
> >>
> >> Can you recommend better MooseX module with similar functionalit=
y?
> >>
> >> Tnx in advance.