Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource perl-MooseX-Method

This module has been deprecated in favor of MooseX::Method::Signatures. It is being maintained purely for people who need more time to change their implementations. It should not be used for new code. This module is an attempt to solve a problem I've often encountered but never really found any good solution for: validation of method parameters. How many times have we all ourselves writing code like this: sub foo { my ($self,$args) = @_; die "Invalid arg1" unless (defined $arg->{bar} && $arg->{bar} =~ m/bar/); } Manual parameter validation is a tedious, repetive process and maintaining it consistently throughout your code can be downright hard sometimes. Modules like Params::Validate makes the job a bit easier, but it doesn't do much for elegance and it still requires more weird code than what should, strictly speaking, be neccesary. MooseX::Method to the rescue! It lets you declare which parameters people should pass to your method using Moose-style declaration and Moose types. It doesn't get much Moosier than this.

Found 3 sites for perl-MooseX-Method

Found 16 RPM for perl-MooseX-Method

PackageSummaryDistributionDownload
perl-MooseX-Method-0.440.0-12.mga9.noarch.htmlMethod declaration with type checkingMageia Cauldron for armv7hlperl-MooseX-Method-0.440.0-12.mga9.noarch.rpm
perl-MooseX-Method-0.440.0-12.mga9.noarch.htmlMethod declaration with type checkingMageia Cauldron for x86_64perl-MooseX-Method-0.440.0-12.mga9.noarch.rpm
perl-MooseX-Method-0.440.0-12.mga9.noarch.htmlMethod declaration with type checkingMageia Cauldron for aarch64perl-MooseX-Method-0.440.0-12.mga9.noarch.rpm
perl-MooseX-Method-0.440.0-12.mga9.noarch.htmlMethod declaration with type checkingMageia 9 for i586perl-MooseX-Method-0.440.0-12.mga9.noarch.rpm
perl-MooseX-Method-0.440.0-12.mga9.noarch.htmlMethod declaration with type checkingMageia 9 for armv7hlperl-MooseX-Method-0.440.0-12.mga9.noarch.rpm
perl-MooseX-Method-0.440.0-12.mga9.noarch.htmlMethod declaration with type checkingMageia 9 for x86_64perl-MooseX-Method-0.440.0-12.mga9.noarch.rpm
perl-MooseX-Method-0.440.0-12.mga9.noarch.htmlMethod declaration with type checkingMageia 9 for aarch64perl-MooseX-Method-0.440.0-12.mga9.noarch.rpm
perl-MooseX-Method-0.440.0-12.mga9.noarch.htmlMethod declaration with type checkingMageia Cauldron for i686perl-MooseX-Method-0.440.0-12.mga9.noarch.rpm
perl-MooseX-Method-0.440.0-11.mga8.noarch.htmlMethod declaration with type checkingMageia 8 for aarch64perl-MooseX-Method-0.440.0-11.mga8.noarch.rpm
perl-MooseX-Method-0.440.0-11.mga8.noarch.htmlMethod declaration with type checkingMageia 8 for x86_64perl-MooseX-Method-0.440.0-11.mga8.noarch.rpm
perl-MooseX-Method-0.440.0-11.mga8.noarch.htmlMethod declaration with type checkingMageia 8 for armv7hlperl-MooseX-Method-0.440.0-11.mga8.noarch.rpm
perl-MooseX-Method-0.440.0-11.mga8.noarch.htmlMethod declaration with type checkingMageia 8 for i586perl-MooseX-Method-0.440.0-11.mga8.noarch.rpm
perl-MooseX-Method-0.44-1.el5.rf.noarch.htmlMethod declaration with type checkingDAG packages for Red Hat Linux el5 i386perl-MooseX-Method-0.44-1.el5.rf.noarch.rpm
perl-MooseX-Method-0.44-1.el5.rf.noarch.htmlMethod declaration with type checkingDAG packages for Red Hat Linux el5 x86_64perl-MooseX-Method-0.44-1.el5.rf.noarch.rpm
perl-MooseX-Method-0.44-1.el4.rf.noarch.htmlMethod declaration with type checkingDAG packages for Red Hat Linux el4 i386perl-MooseX-Method-0.44-1.el4.rf.noarch.rpm
perl-MooseX-Method-0.44-1.el4.rf.noarch.htmlMethod declaration with type checkingDAG packages for Red Hat Linux el4 x86_64perl-MooseX-Method-0.44-1.el4.rf.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet