r52299 - in /trunk/libmoosex-traits-pluggable-perl: Changes META.yml debian/changelog lib/MooseX/Traits/Pluggable.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Feb 7 21:56:16 UTC 2010


Author: jawnsy-guest
Date: Sun Feb  7 21:56:10 2010
New Revision: 52299

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52299
Log:
Only POD fixes
IGNORE-VERSION: 0.09-1
* New upstream release

Modified:
    trunk/libmoosex-traits-pluggable-perl/Changes
    trunk/libmoosex-traits-pluggable-perl/META.yml
    trunk/libmoosex-traits-pluggable-perl/debian/changelog
    trunk/libmoosex-traits-pluggable-perl/lib/MooseX/Traits/Pluggable.pm

Modified: trunk/libmoosex-traits-pluggable-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-traits-pluggable-perl/Changes?rev=52299&op=diff
==============================================================================
--- trunk/libmoosex-traits-pluggable-perl/Changes (original)
+++ trunk/libmoosex-traits-pluggable-perl/Changes Sun Feb  7 21:56:10 2010
@@ -1,4 +1,7 @@
 Revision history for MooseX-Traits-Pluggable
+
+0.09  2010-02-07 00:59:59
+    - update POD
 
 0.08  2009-08-27 01:08:50
    - Remove use of Moose::Autobox as it fails on some platforms

Modified: trunk/libmoosex-traits-pluggable-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-traits-pluggable-perl/META.yml?rev=52299&op=diff
==============================================================================
--- trunk/libmoosex-traits-pluggable-perl/META.yml (original)
+++ trunk/libmoosex-traits-pluggable-perl/META.yml Sun Feb  7 21:56:10 2010
@@ -1,5 +1,5 @@
 ---
-abstract: 'an extension to MooseX::Traits'
+abstract: 'trait loading and resolution for Moose'
 author:
   - 'Rafael Kitover C<< <rkitover at cpan.org> >>'
 build_requires:
@@ -9,7 +9,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.42
 distribution_type: module
-generated_by: 'Module::Install version 0.910'
+generated_by: 'Module::Install version 0.91'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,6 +19,10 @@
   directory:
     - inc
     - t
+provides:
+  MooseX::Traits::Pluggable:
+    file: lib/MooseX/Traits/Pluggable.pm
+    version: 0.09
 requires:
   Class::MOP: 0.84
   List::MoreUtils: 0
@@ -29,4 +33,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://github.com/rkitover/moosex-traits-pluggable.git
-version: 0.08
+version: 0.09

Modified: trunk/libmoosex-traits-pluggable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-traits-pluggable-perl/debian/changelog?rev=52299&op=diff
==============================================================================
--- trunk/libmoosex-traits-pluggable-perl/debian/changelog (original)
+++ trunk/libmoosex-traits-pluggable-perl/debian/changelog Sun Feb  7 21:56:10 2010
@@ -1,8 +1,12 @@
-libmoosex-traits-pluggable-perl (0.08-2) UNRELEASED; urgency=low
+libmoosex-traits-pluggable-perl (0.09-1) UNRELEASED; urgency=low
 
+  Only POD fixes
+  IGNORE-VERSION: 0.09-1
+
+  * New upstream release
   * Update short description
 
- -- Jonathan Yu <jawnsy at cpan.org>  Fri, 20 Nov 2009 20:26:33 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 07 Feb 2010 17:11:49 -0500
 
 libmoosex-traits-pluggable-perl (0.08-1) unstable; urgency=low
 

Modified: trunk/libmoosex-traits-pluggable-perl/lib/MooseX/Traits/Pluggable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-traits-pluggable-perl/lib/MooseX/Traits/Pluggable.pm?rev=52299&op=diff
==============================================================================
--- trunk/libmoosex-traits-pluggable-perl/lib/MooseX/Traits/Pluggable.pm (original)
+++ trunk/libmoosex-traits-pluggable-perl/lib/MooseX/Traits/Pluggable.pm Sun Feb  7 21:56:10 2010
@@ -7,7 +7,7 @@
 use Carp;
 use Moose::Util qw/find_meta/;
 
-our $VERSION   = '0.08';
+our $VERSION   = '0.09';
 our $AUTHORITY = 'id:RKITOVER';
 
 # stolen from MX::Object::Pluggable
@@ -160,11 +160,14 @@
 
 =head1 NAME
 
-MooseX::Traits::Pluggable - an extension to MooseX::Traits
+MooseX::Traits::Pluggable - trait loading and resolution for Moose
 
 =head1 DESCRIPTION
 
 See L<MooseX::Traits> for usage information.
+
+Use C<new_with_traits> to construct an object with a list of traits and
+C<apply_traits> to apply traits to an instance.
 
 Adds support for class precedence search for traits and some extra attributes,
 described below.
@@ -238,21 +241,55 @@
 
 List of traits applied to the instance resolved to full package names.
 
+=head1 SEE ALSO
+
+L<MooseX::Traits>, L<MooseX::Object::Pluggable>
+
+=head1 BUGS
+
+Please report any bugs or feature requests to C<bug-moosex-traits-pluggable at
+rt.cpan.org>, or through the web interface at
+L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=MooseX-Traits-Pluggable>.  I
+will be notified, and then you'll automatically be notified of progress on your
+bug as I make changes.
+
+=head1 SUPPORT
+
+More information at:
+
+=over 4
+
+=item * RT: CPAN's request tracker
+
+L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-Traits-Pluggable>
+
+=item * AnnoCPAN: Annotated CPAN documentation
+
+L<http://annocpan.org/dist/MooseX-Traits-Pluggable>
+
+=item * CPAN Ratings
+
+L<http://cpanratings.perl.org/d/MooseX-Traits-Pluggable>
+
+=item * Search CPAN
+
+L<http://search.cpan.org/dist/MooseX-Traits-Pluggable/>
+
+=back
+
 =head1 AUTHOR
 
 Rafael Kitover C<< <rkitover at cpan.org> >>
 
-Don't email these guys, they had nothing to do with this fork:
-
-Jonathan Rockway C<< <jrockway at cpan.org> >>
-
-Stevan Little C<< <stevan.little at iinteractive.com> >>
-
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2008 Infinity Interactive, Inc.
-
-L<http://www.iinteractive.com>
+=head1 CONTRIBUTORS
+
+Tomas Doran, C<< <bobtfish at bobtfish.net> >>
+
+=head1 COPYRIGHT & LICENSE
+
+Copyright (c) 2009 - 2010 by the aforementioned
+L<DBIx::Class::Schema::Loader/AUTHOR> and
+L<DBIx::Class::Schema::Loader/CONTRIBUTORS>.
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.




More information about the Pkg-perl-cvs-commits mailing list