--------------------------------------------------------------------------------
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-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-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-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-AttributeHelpers
Product : Fedora 10
Version : 0.19
Release : 1.fc10
URL : http://search.cpan.org/dist/MooseX-AttributeHelpers/
Summary : Extended Moose attribute interfaces
Description :
While Moose attributes provide you with a way to name your accessors,
readers, writers, clearers and predicates, this library provides commonly
used attribute helper methods for more specific types of data.
--------------------------------------------------------------------------------
Update Information:
Mass Moose update.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 16 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.19-1
- drop br on CPAN
- auto-update to 0.19 (by cpan-spec-update 0.01)
- added a new req on perl(Moose) (version 0.56)
* Wed May 27 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.17-1
- auto-update to 0.17 (by cpan-spec-update 0.01)
- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
* Tue May 26 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.16-2
- add br on CPAN until M::I bundled version is updated
* Mon Apr 6 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.16-1
- update to 0.16
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sat Nov 8 2008 Chris Weyl <cweyl(a)alumni.drew.edu> 0.14-1
- updating to 0.14
- POD tests are now explicitly for author/maintainers only; removing deps
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update perl-MooseX-AttributeHelpers' 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-Singleton
Product : Fedora 10
Version : 0.17
Release : 1.fc10
URL : http://search.cpan.org/dist/MooseX-Singleton/
Summary : Turn your Moose class into a singleton
Description :
A singleton is a class that has only one instance in an application.
MooseX::Singleton lets you easily upgrade (or downgrade, as it were) your
Moose class to a singleton.
--------------------------------------------------------------------------------
Update Information:
Mass Moose update.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update perl-MooseX-Singleton' 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-Emulate-Class-Accessor-Fast
Product : Fedora 10
Version : 0.00900
Release : 1.fc10
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
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.00800-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-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-6613
2009-06-18 11:01:08
--------------------------------------------------------------------------------
Name : perl-MooseX-StrictConstructor
Product : Fedora 10
Version : 0.08
Release : 1.fc10
URL : http://search.cpan.org/dist/MooseX-StrictConstructor
Summary : Make your object constructors blow up on unknown attributes
Description :
Simply loading this module makes your constructors "strict". If your
constructor is called with an attribute init argument that your class does
not declare, then it calls "Carp::confess()". This is a great way to catch
small typos.
--------------------------------------------------------------------------------
Update Information:
Mass Moose update.
--------------------------------------------------------------------------------
ChangeLog:
* Sun Apr 19 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.08-1
- update to 0.08
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.07-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-StrictConstructor' 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-Types
Product : Fedora 10
Version : 0.12
Release : 1.fc10
URL : http://search.cpan.org/dist/MooseX-Types
Summary : Organise your Moose types in libraries
Description :
The types provided with the Moose manpage are by design global. This
package helps you to organise and selectively import your own and the
built-in types in libraries. As a nice side effect, it catches typos at
compile-time too.
However, the main reason for this module is to provide an easy way to not
have conflicts with your type names, since the internal fully qualified
names of the types will be prefixed with the library's name.
This module will also provide you with some helper functions to make it
easier to use Moose types in your code.
--------------------------------------------------------------------------------
Update Information:
Mass Moose update.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 16 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.12-1
- auto-update to 0.12 (by cpan-spec-update 0.01)
- added a new req on perl(Carp) (version 0)
- added a new req on perl(Carp::Clan) (version 6.00)
- added a new req on perl(Moose) (version 0.61)
- added a new req on perl(Scalar::Util) (version 1.19)
- added a new req on perl(Sub::Install) (version 0.924)
- added a new req on perl(Sub::Name) (version 0)
- added a new req on perl(namespace::clean) (version 0.08)
* Tue Jun 2 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.11-2
- add br on CPAN for bundled version of M::I
* Mon May 25 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.11-1
- auto-update to 0.11 (by cpan-spec-update 0.01)
- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
- altered br on perl(Carp::Clan) (0 => 6.00)
- added a new br on perl(Scalar::Util) (version 1.19)
- added a new br on perl(Sub::Name) (version 0)
- altered br on perl(Test::More) (0.62 => 0.80)
* Thu Apr 2 2009 Chris Weyl <cweyl(a)alumni.drew.edu> 0.10-1
- update to 0.10
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.08-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Tue Dec 30 2008 Chris Weyl <cweyl(a)alumni.drew.edu> 0.08-2
- add br on Test::Exception
* Tue Dec 30 2008 Chris Weyl <cweyl(a)alumni.drew.edu> 0.08-1
- update to 0.08
* Mon Nov 10 2008 Chris Weyl <cweyl(a)alumni.drew.edu> 0.07-1
- update to 0.07, adjust BR accordingly. Note especially dep on Moose >= 0.61
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update perl-MooseX-Types' 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-Types-URI
Product : Fedora 10
Version : 0.02
Release : 1.fc10
URL : http://search.cpan.org/dist/MooseX-Types-URI
Summary : URI related types and coercions for Moose
Description :
This package provides Moose types for fun (and profit) with the URI classes.
It has slightly DWIMier types than the the URI classes have due to
implementation details, so the types should be more forgiving when
ducktyping will work anyway (e.g. URI::WithBase does not inherit URI).
--------------------------------------------------------------------------------
Update Information:
Mass Moose update.
--------------------------------------------------------------------------------
ChangeLog:
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update perl-MooseX-Types-URI' 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
--------------------------------------------------------------------------------