~ubuntu-branches/ubuntu/trusty/libmoosex-role-withoverloading-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToRole.pm

  • Committer: Bazaar Package Importer
  • Author(s): Ansgar Burchardt, Jonathan Yu, Ansgar Burchardt, gregor herrmann
  • Date: 2010-07-19 17:16:29 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100719171629-mt1rfcip4klfzdcr
Tags: 0.07-1
[ Jonathan Yu ]
* New upstream release (0.06).
* Update dependencies per upstream
* Use new 3.0 (quilt) source format

[ Ansgar Burchardt ]
* New upstream release (0.07).
* No longer run release tests.
  * Remove build-dep on libtest-pod-perl, libtest-pod-coverage-perl,
    libpod-coverage-trustpod-perl.
* Bump Standards-Version to 3.9.0 (no changes).
* Add myself to Uploaders.

[ gregor herrmann ]
* debian/copyright: minor formatting updates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole;
2
 
our $VERSION = '0.05';
 
2
BEGIN {
 
3
  $MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::AUTHORITY = 'cpan:FLORA';
 
4
}
 
5
BEGIN {
 
6
  $MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::VERSION = '0.07';
 
7
}
3
8
# ABSTRACT: Roles which support overloading
4
9
 
5
10
use Moose::Role;
13
18
1;
14
19
 
15
20
__END__
16
 
 
17
21
=pod
18
22
 
 
23
=encoding utf-8
 
24
 
19
25
=head1 NAME
20
26
 
21
27
MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole - Roles which support overloading
22
28
 
23
 
=head1 VERSION
24
 
 
25
 
version 0.05
26
 
 
27
29
=head1 AUTHORS
28
30
 
29
 
  Florian Ragwitz <rafl@debian.org>
30
 
  Tomas Doran <bobtfish@bobtfish.net>
 
31
=over 4
 
32
 
 
33
=item *
 
34
 
 
35
Florian Ragwitz <rafl@debian.org>
 
36
 
 
37
=item *
 
38
 
 
39
Tomas Doran <bobtfish@bobtfish.net>
 
40
 
 
41
=back
31
42
 
32
43
=head1 COPYRIGHT AND LICENSE
33
44
 
36
47
This is free software; you can redistribute it and/or modify it under
37
48
the same terms as the Perl 5 programming language system itself.
38
49
 
39
 
=cut 
40
 
 
 
50
=cut
41
51