openSUSE:Backports:SLE-15-SP2 Backports SLE-15-SP2 This project provides open source packages for SUSE Linux Enterprise 15 SP2 https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15-SP2/standard/ openSUSE:Backports:SLE-15-SP2:Checks Checks This project contains rpmlint checks for openSUSE:Backports:SLE-15-SP2 https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15-SP2:/Checks/standard/ SUSE:SLE-15-SP2:GA SLE 15 SP2 SLE 15 SP2 https://download.opensuse.org/repositories/SUSE:/SLE-15-SP2:/GA/pool/ SUSE:SLE-15-SP1:Update SLE 15 SP1 SLE 15 SP1 https://download.opensuse.org/repositories/SUSE:/SLE-15-SP1:/Update/pool-SP2/ SUSE:SLE-15-SP1:GA SLE 15 SP1 SLE 15 SP1 https://download.opensuse.org/repositories/SUSE:/SLE-15-SP1:/GA/pool/ SUSE:SLE-15:Update SLE 15 SLE 15 https://download.opensuse.org/repositories/SUSE:/SLE-15:/Update/pool-SP2/ SUSE:SLE-15:GA SLE 15 SLE 15 https://download.opensuse.org/repositories/SUSE:/SLE-15:/GA/pool/ perl-MooseX-OneArgNew Teach ->New to Accept Single, Non-Hashref Arguments MooseX::OneArgNew lets your constructor take a single argument, which will be translated into the value for a one-entry hashref. It is a the parameterized role|MooseX::Role::Parameterized manpage with three parameters: * type The Moose type that the single argument must be for the one-arg form to work. This should be an existing type, and may be either a string type or a MooseX::Type. * init_arg This is the string that will be used as the key for the hashref constructed from the one-arg call to new. * coerce If true, a single argument to new will be coerced into the expected type if possible. Keep in mind that if there are no coercions for the type, this will be an error, and that if a coercion from HashRef exists, you might be getting yourself into a weird situation.