Subject: | various cleanup on Content.pm |
Date: | Tue, 2 Sep 2014 20:53:38 -0400 |
To: | bug-PDF-API2 [...] rt.cpan.org |
From: | <philperry [...] hvc.rr.com> |
PDF:API2 v2.022 Perl 5.16.3 Windows 7 Severity: Normal
* General cleanup of code, adding spaces to improve readability
and () on function arguments
* In code, regularize argument lists with consistent naming
* Rearrange order of POD for more logical layout (grouping of functions
and their POD descriptions)
* Enhance POD with fuller descriptions
* Add methods not described in POD: text_justified() and 4 text_fill_*()
* Rename private function arctocurve() to _arctocurve()
* Argument to render() clamp to 0..7 range
There are a number of other internal or private functions that perhaps should also be renamed to start with an underscore _. Is anyone using them? They shouldn't be!
I have submitted a modified Content.pm with these changes to the maintainer.