--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2009-6613
2009-06-18 11:01:08
--------------------------------------------------------------------------------
Name : perl-MooseX-Role-Parameterized
Product : Fedora 10
Version : 0.09
Release : 2.fc10
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.
--------------------------------------------------------------------------------
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-6613
2009-06-18 11:01:08
--------------------------------------------------------------------------------
Name : perl-MooseX-ClassAttribute
Product : Fedora 10
Version : 0.08
Release : 1.fc10
URL : http://search.cpan.org/dist/MooseX-ClassAttribute/
Summary : Declare class attributes Moose-style
Description :
This module allows you to declare class attributes in exactly the same way as
object attributes, using class_has() instead of has().
You can use any feature of Moose's attribute declarations, including overriding
a parent's attributes, delegation (handles), and attribute metaclasses, and it
should just work. The one exception is the "required" flag, which is not
allowed for class attributes.
The accessor methods for class attribute may be called on the class directly,
or on objects of that class. Passing a class attribute to the constructor will
not set it.
--------------------------------------------------------------------------------
Update Information:
Mass Moose update.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update perl-MooseX-ClassAttribute' 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-6613
2009-06-18 11:01:08
--------------------------------------------------------------------------------
Name : perl-MooseX-Role-Cmd
Product : Fedora 10
Version : 0.05
Release : 1.fc10
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.
--------------------------------------------------------------------------------
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-6613
2009-06-18 11:01:08
--------------------------------------------------------------------------------
Name : perl-Class-MOP
Product : Fedora 10
Version : 0.85
Release : 1.fc10
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
* Sat Apr 4 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.80-1
- update to 0.80
* Wed Apr 1 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.79-1
- update to 0.79
* Sun Mar 8 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.78-1
- update to 0.78
* Sat Feb 28 2009 Chris Weyl <cweyl(a)alumni.drew.edu> - 0.77-3
- Stripping bad provides of private Perl extension libs
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.77-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sun Feb 22 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.77-1
- update to 0.77
* Sun Jan 4 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.75-1
- update to 0.75
* Sun Dec 28 2008 Chris Weyl <cweyl(a)alumni.drew.edu> 0.74-1
- update to 0.74
* Sun Dec 21 2008 Chris Weyl <cweyl(a)alumni.drew.edu> 0.73-1
- update to 0.73
* Sat Dec 6 2008 Chris Weyl <cweyl(a)alumni.drew.edu> 0.71-1
- update to 0.71
* Fri Nov 14 2008 Chris Weyl <cweyl(a)alumni.drew.edu> 0.70-1
- update to 0.70
* Sat Nov 8 2008 Chris Weyl <cweyl(a)alumni.drew.edu> 0.69-2
- add Devel::GlobalDestruction and Sub::Name as explicit requires (not
automagically picked up!)
* Fri Nov 7 2008 Chris Weyl <cweyl(a)alumni.drew.edu> 0.69-1
- 0.69
* Thu Nov 6 2008 Chris Weyl <cweyl(a)alumni.drew.edu> 0.68-1
- update to 0.68
* Sun Oct 19 2008 Chris Weyl <cweyl(a)alumni.drew.edu> 0.67-1
- update to 0.67
- reenable all br's, as tests are run for pp and xs now
--------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2009-6613
2009-06-18 11:01:08
--------------------------------------------------------------------------------
Name : perl-MooseX-Getopt
Product : Fedora 10
Version : 0.18
Release : 1.fc10
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
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
--------------------------------------------------------------------------------
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-6613
2009-06-18 11:01:08
--------------------------------------------------------------------------------
Name : perl-Moose
Product : Fedora 10
Version : 0.81
Release : 1.fc10
URL : http://search.cpan.org/dist/Moose/
Summary : Complete modern object system for Perl 5
Description :
Moose is an extension of the Perl 5 object system.
Moose is built on top of Class::MOP, which is a metaclass system for
Perl 5. This means that Moose not only makes building normal Perl 5
objects better, but it also provides the power of metaclass programming.
such things. Moose is different from other Perl 5 object systems because
it is not a new system, but instead an extension of the existing one.
While Moose is very much inspired by Perl 6, it is not itself Perl
6. Instead, it is an OO system for Perl 5. I built Moose because I was
tired or writing the same old boring Perl 5 OO code, and drooling over
Perl 6 OO. So instead of switching to Ruby, I wrote Moose :)
--------------------------------------------------------------------------------
Update Information:
Mass Moose update.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 9 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.81-1
- auto-update to 0.81 (by cpan-spec-update 0.01)
- altered br on perl(Class::MOP) (0.83 => 0.85)
* Sun Jun 7 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.80-1
- auto-update to 0.80 (by cpan-spec-update 0.01)
* Tue May 19 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.79-1
- auto-update to 0.79 (by cpan-spec-update 0.01)
* Wed May 13 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.78-1
- auto-update to 0.78 (by cpan-spec-update 0.01)
- altered br on perl(Test::Exception) (0.21 => 0.27)
- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
- added a new br on perl(Sub::Name) (version 0)
- altered br on perl(Class::MOP) (0.81 => 0.83)
- altered br on perl(Sub::Exporter) (0.954 => 0.972)
- added a new br on perl(Carp) (version 0)
* Mon May 4 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.74-2
- switch filtering to a cleaner system
* Sat Apr 18 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.74-1
- update to 0.74
* Wed Apr 1 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.73-1
- update to 0.73
* Sun Mar 8 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.72-1
- update to 0.72
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.71-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sun Feb 22 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.71-1
- update to 0.71
* Sun Jan 4 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.64-1
- update to 0.64
* Sun Dec 28 2008 Chris Weyl <cweyl(a)alumni.drew.edu> 0.63-1
- update to 0.63
- bump br versions on Moose, List::MoreUtils
* Sat Dec 6 2008 Chris Weyl <cweyl(a)alumni.drew.edu> 0.62-1
- update to 0.62
- new Task::Weaken and Class::MOP requirements
* Sat Nov 8 2008 Chris Weyl <cweyl(a)alumni.drew.edu> 0.61-4
- aaaand drop them again, as it was really perl-Class-MOP's issue.
* Sat Nov 8 2008 Chris Weyl <cweyl(a)alumni.drew.edu> 0.61-3
- same with Devel::GlobalDestruction (same RT as below)
* Sat Nov 8 2008 Chris Weyl <cweyl(a)alumni.drew.edu> 0.61-2
- add Sub::Name as a build dep (RT#40772)
* Sat Nov 8 2008 Chris Weyl <cweyl(a)alumni.drew.edu> 0.61-1
- update to 0.61
- update BR's
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update perl-Moose' 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-6613
2009-06-18 11:01:08
--------------------------------------------------------------------------------
Name : perl-MooseX-MethodAttributes
Product : Fedora 10
Version : 0.14
Release : 1.fc10
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.
--------------------------------------------------------------------------------
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-6613
2009-06-18 11:01:08
--------------------------------------------------------------------------------
Name : perl-MooseX-Object-Pluggable
Product : Fedora 10
Version : 0.0011
Release : 1.fc10
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)
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.0009-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sat Jan 10 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.0009-2
- rebuild against new Moose level
* Tue Dec 30 2008 Chris Weyl <cweyl(a)alumni.drew.edu> 0.0009-1
- update to 0.0009
--------------------------------------------------------------------------------
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-6613
2009-06-18 11:01:08
--------------------------------------------------------------------------------
Name : perl-MooseX-Log-Log4perl
Product : Fedora 10
Version : 0.40
Release : 2.fc10
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)
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.31-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
--------------------------------------------------------------------------------
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-6613
2009-06-18 11:01:08
--------------------------------------------------------------------------------
Name : perl-MooseX-Iterator
Product : Fedora 10
Version : 0.10
Release : 1.fc10
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)
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.09-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
--------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------