MooseX::Role::WithOverloading man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

MooseX::Role::WithOverUseriContributed Perl DoMooseX::Role::WithOverloading(3)

NAME
       MooseX::Role::WithOverloading - Roles which support overloading

SYNOPSIS
	   package MyRole;
	   use MooseX::Role::WithOverloading;

	   use overload
	       q{""}	=> 'as_string',
	       fallback => 1;

	   has message => (
	       is	=> 'rw',
	       isa	=> 'Str',
	   );

	   sub as_string { shift->message }

	   package MyClass;
	   use Moose;
	   use namespace::autoclean;

	   with 'MyRole';

	   package main;

	   my $i = MyClass->new( message => 'foobar' );
	   print $i; # Prints 'foobar'

DESCRIPTION
       MooseX::Role::WithOverloading allows you to write a Moose::Role which
       defines overloaded operators and allows those operator overloadings to
       be composed into the classes/roles/instances it's compiled to, while
       plain Moose::Roles would lose the overloading.

AUTHORS
       ·   Florian Ragwitz <rafl@debian.org>

       ·   Tomas Doran <bobtfish@bobtfish.net>

COPYRIGHT AND LICENSE
       This software is copyright (c) 2011 by Florian Ragwitz.

       This is free software; you can redistribute it and/or modify it under
       the same terms as the Perl 5 programming language system itself.

perl v5.14.1			  2011-01-03  MooseX::Role::WithOverloading(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net