Subject: | warnings while using 1.19 |
While using the module I got a bunch of warnings like these:
Use of uninitialized value $align in uc at PDF/Create/Page.pm line 489.
Use of uninitialized value $align in uc at PDF/Create/Page.pm line 491.
If I gave some incorrect input I think the module should tell me about that and not give a Perl-level warning on some internal code of the module.
Using v1.17 I don't get these warnings, but using 1.18 I already get them.