--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2009-6651
2009-06-18 11:03:15
--------------------------------------------------------------------------------
Name : perl-MooseX-Role-Parameterized
Product : Fedora 11
Version : 0.09
Release : 2.fc11
URL : http://search.cpan.org/dist/MooseX-Role-Parameterized
Summary : Make your roles flexible through parameterization
Description :
Roles are composable units of behavior. They are useful for factoring out
functionality common to many classes from any part of your class hierarchy.
(See Moose::Cookbook::Roles::Recipe1 for an introduction to Moose::Role.)
While combining roles affords you a great deal of flexibility, individual
roles have very little in the way of configurability. Core Moose provides
alias for renaming methods to avoid conflicts, and excludes for ignoring
methods you don't want or need (see Moose::Cookbook::Roles::Recipe2 for more
about alias and excludes).
Because roles serve many different masters, they usually provide only the
least common denominator of functionality. To empower roles further, more
configurability than alias and excludes is required. Perhaps your role needs
to know which method to call when it is done. Or what default value to use for
its url attribute.
Parameterized roles offer exactly this solution.
--------------------------------------------------------------------------------
Update Information:
Mass Moose update.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 16 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.09-2
- drop README, LICENSE from doc
* Tue Jun 16 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.09-1
- auto-update to 0.09 (by cpan-spec-update 0.01)
- added a new br on perl(ExtUtils::MakeMaker) (version 6.42)
- added a new req on perl(Moose) (version 0.78)
* Wed May 20 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.06-1
- auto-update to 0.06 (by cpan-spec-update 0.01)
- altered br on perl(Test::Exception) (0 => 0.27)
- altered br on perl(Moose) (0.63 => 0.78)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update perl-MooseX-Role-Parameterized' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
http://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2009-6651
2009-06-18 11:03:15
--------------------------------------------------------------------------------
Name : perl-MooseX-POE
Product : Fedora 11
Version : 0.204
Release : 1.fc11
URL : http://search.cpan.org/dist/MooseX-POE/
Summary : Illicit Love Child of Moose and POE
Description :
MooseX::POE::Object is a Moose wrapper around a POE::Session.
--------------------------------------------------------------------------------
Update Information:
Mass Moose update.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 16 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.204-1
- auto-update to 0.204 (by cpan-spec-update 0.01)
- added a new req on perl(Moose) (version 0.73)
- added a new req on perl(MooseX::Async) (version 0.07)
- added a new req on perl(POE) (version 1.004)
- added a new req on perl(Sub::Name) (version 0.04)
* Tue Jun 2 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.203-3
- add br on Test::Exception; filed upstream as
http://rt.cpan.org/Public/Bug/Display.html?id=46623
- add ex/, bench/ to _docdir
* Tue Jun 2 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.203-2
- add br on CPAN for bundled M::I
* Tue Jun 2 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.203-1
- auto-update to 0.203 (by cpan-spec-update 0.01)
- altered br on perl(MooseX::Async) (0.01 => 0.07)
- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
- altered br on perl(POE) (0.9999 => 1.004)
- altered br on perl(Moose) (0.26 => 0.73)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update perl-MooseX-POE' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
http://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2009-6651
2009-06-18 11:03:15
--------------------------------------------------------------------------------
Name : perl-MooseX-Role-Cmd
Product : Fedora 11
Version : 0.05
Release : 1.fc11
URL : http://search.cpan.org/dist/MooseX-Role-Cmd/
Summary : Wrap system command binaries the Moose way
Description :
MooseX::Role::Cmd is a Moose role intended to ease the task of building
command-line wrapper modules. It automatically maps Moose objects into
command strings which are passed to IPC::Cmd.
--------------------------------------------------------------------------------
Update Information:
Mass Moose update.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jun 8 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.05-1
- auto-update to 0.05 (by cpan-spec-update 0.01)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update perl-MooseX-Role-Cmd' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
http://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2009-6651
2009-06-18 11:03:15
--------------------------------------------------------------------------------
Name : perl-MooseX-Object-Pluggable
Product : Fedora 11
Version : 0.0011
Release : 1.fc11
URL : http://search.cpan.org/dist/MooseX-Object-Pluggable/
Summary : Make your Moose classes pluggable
Description :
This module aids in the development and deploment of plugin-enabled
Moose-based classes. It extends the Moose framework via roles to enable
this behavior.
--------------------------------------------------------------------------------
Update Information:
Mass Moose update.
--------------------------------------------------------------------------------
ChangeLog:
* Wed May 20 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.0011-1
- auto-update to 0.0011 (by cpan-spec-update 0.01)
- altered br on perl(Moose) (0.17 => 0.35)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update perl-MooseX-Object-Pluggable' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
http://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2009-6651
2009-06-18 11:03:15
--------------------------------------------------------------------------------
Name : perl-MooseX-MethodAttributes
Product : Fedora 11
Version : 0.14
Release : 1.fc11
URL : http://search.cpan.org/dist/MooseX-MethodAttributes
Summary : Introspect your method code attributes
Description :
This module allows code attributes of methods to be introspected using
Moose meta method objects.
--------------------------------------------------------------------------------
Update Information:
Mass Moose update.
--------------------------------------------------------------------------------
ChangeLog:
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update perl-MooseX-MethodAttributes' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
http://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2009-6651
2009-06-18 11:03:15
--------------------------------------------------------------------------------
Name : perl-MooseX-Getopt
Product : Fedora 11
Version : 0.18
Release : 1.fc11
URL : http://search.cpan.org/dist/MooseX-Getopt/
Summary : Moose role for processing command line options
Description :
This is a Moose role which provides an alternate constructor for creating
objects using parameters passed in from the command line.
--------------------------------------------------------------------------------
Update Information:
Mass Moose update.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Apr 25 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.18-1
- update to 0.18
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update perl-MooseX-Getopt' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
http://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2009-6651
2009-06-18 11:03:15
--------------------------------------------------------------------------------
Name : perl-MooseX-Log-Log4perl
Product : Fedora 11
Version : 0.40
Release : 2.fc11
URL : http://search.cpan.org/dist/MooseX-Log-Log4perl
Summary : A Logging Role for Moose based on Log::Log4perl
Description :
A logging role building a very lightweight wrapper to Log::Log4perl for use
with your the Moose classes. The initialization of the Log4perl instance must
be performed prior to logging the first log message. Otherwise the default
initialization will happen, probably not doing the things you expect.
For compatibility the 'logger' attribute can be accessed to use a common
interface for application logging.
For simple logging needs use MooseX::Log::Log4perl::Easy to directly add
log_<level> methods to your class instance.
--------------------------------------------------------------------------------
Update Information:
Mass Moose update.
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 26 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.40-2
- add br on CPAN
* Wed May 20 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.40-1
- auto-update to 0.40 (by cpan-spec-update 0.01)
- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update perl-MooseX-Log-Log4perl' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
http://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2009-6651
2009-06-18 11:03:15
--------------------------------------------------------------------------------
Name : perl-MooseX-Iterator
Product : Fedora 11
Version : 0.10
Release : 1.fc11
URL : http://search.cpan.org/dist/MooseX-Iterator/
Summary : Iterate over collections
Description :
This is an attempt to add smalltalk-like streams to Moose. It currently
works with ArrayRefs and HashRefs.
--------------------------------------------------------------------------------
Update Information:
Mass Moose update.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jun 8 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.10-1
- auto-update to 0.10 (by cpan-spec-update 0.01)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update perl-MooseX-Iterator' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
http://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2009-6651
2009-06-18 11:03:15
--------------------------------------------------------------------------------
Name : perl-MooseX-Emulate-Class-Accessor-Fast
Product : Fedora 11
Version : 0.00900
Release : 1.fc11
URL : http://search.cpan.org/dist/MooseX-Emulate-Class-Accessor-Fast
Summary : Emulate Class::Accessor::Fast behavior using Moose attributes
Description :
This module attempts to emulate the behavior of Class::Accessor::Fast
as accurately as possible using the Moose attribute system. The public
API of "Class::Accessor::Fast" is wholly supported, but the private
methods are not. If you are only using the public methods (as you
should) migration should be a matter of switching your "use base" line
to a "with" line.
--------------------------------------------------------------------------------
Update Information:
Mass Moose update.
--------------------------------------------------------------------------------
ChangeLog:
* Sun May 31 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.00900-1
- auto-update to 0.00900 (by cpan-spec-update 0.01)
* Sun May 17 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.00802-1
- auto-update to 0.00802 (by cpan-spec-update 0.01)
- altered br on perl(Moose) (0.31 => 0.74)
* Sun Apr 19 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.00801-1
- update to 0.00801
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update perl-MooseX-Emulate-Class-Accessor-Fast' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
http://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2009-6651
2009-06-18 11:03:15
--------------------------------------------------------------------------------
Name : perl-Class-MOP
Product : Fedora 11
Version : 0.85
Release : 1.fc11
URL : http://search.cpan.org/dist/Class-MOP/
Summary : Metaobject programming model for Perl
Description :
This module is an attempt to create a meta object protocol for the Perl 5
object system. It makes no attempt to change the behavior or characteristics
of the Perl 5 object system, only to create a protocol for its manipulation
and introspection.
That said, it does attempt to create the tools for building a rich set of
extensions to the Perl 5 object system. Every attempt has been made for these
tools to keep to the spirit of the Perl 5 object system that we all know and
love.
--------------------------------------------------------------------------------
Update Information:
Mass Moose update.
--------------------------------------------------------------------------------
ChangeLog:
* Sun Jun 7 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.85-1
- auto-update to 0.85 (by cpan-spec-update 0.01)
* Wed May 13 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.84-1
- update to 0.84
- altered br on perl(Test::Exception) (0.21 => 0.27)
* Wed May 13 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.83-1
- update to 0.83
- added a new br on perl(ExtUtils::MakeMaker) (version 6.42)
- added a new br on perl(Scalar::Util) (version 1.18)
- added a new br on perl(File::Spec) (version 0)
- altered br on perl(Test::More) (0 => 0.77)
- added a new br on perl(Task::Weaken) (version 0)
- added a new br on perl(Carp) (version 0)
* Mon May 4 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.81-2
- fix .so filter to not trash the rtld (and other) symbols
- bring files in line with new arch-specific model
- merge _docdir filtering with the .so filtering
* Sat Apr 18 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.81-1
- update to 0.81
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update perl-Class-MOP' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
http://fedoraproject.org/keys
--------------------------------------------------------------------------------