Fayland 林 > MooseX-Dumper-0.02 > MooseX::Dumper::Roles::Perltidy

Download:
MooseX-Dumper-0.02.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source  

NAME ^

MooseX::Dumper::Roles::Perltidy - MooseX::Dumper with Perltidy

SYNOPSIS ^

    use MooseX::Dumper;
    
    my $dumper = MooseX::Dumper->new_with_traits( traits => ['Perltidy'] );
    print $dumper->Dumper(\$hash, \@array);

DESCRIPTION ^

The code are mostly copied from Data::Dumper::Perltidy

SEE ALSO ^

Data::Dumper::Perltidy

AUTHOR ^

Fayland Lam, <fayland at gmail.com>

COPYRIGHT & LICENSE ^

Copyright 2009 Fayland Lam, all rights reserved.

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