PostScript::Report version 0.12, released May 4, 2013


PostScript::Report helps you generate nicely formatted reports using
PostScript. You do not need any knowledge of PostScript to use this
package (unless you want to create new Component types).



INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install



DEPENDENCIES

  Package                Minimum Version
  ---------------------- ---------------
  perl                    5.8.0
  Carp                    
  File::Spec              
  List::Util              
  Moose                   0.90
  Moose::Role             
  MooseX::AttributeTree   0.02
  MooseX::Types           
  MooseX::Types::Moose    
  PostScript::File        2.20
  Scalar::Util            
  String::RewritePrefix   
  namespace::autoclean



CHANGES
    Here's what's new in version 0.12 of PostScript::Report:
    (See the file "Changes" for the full revision history.)

	- No functional changes; just updated metadata
	- Add Moose & MooseX::Types to configure_requires.
	  They're not actually required by Makefile.PL, but if they're
	  not installed, it skips the version check introduced in
	  version 0.11.  Since many CPAN testers don't install modules
	  normally, but just build an @INC containing only the listed
	  requirements, they always skipped the version check and
	  continued to send reports for that Moose bug.



COPYRIGHT AND LICENSE

Copyright 2010 Christopher J. Madsen

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