Subject: | Make Petal::Deprecated more build friendly. |
Since Petal::Deprecated has the '.pm' suffix, it would be useful if
there was a
1;
value so that it will pass 'use_ok($module)'.
The core problem is that our 'mini cpan' verification process checks to
see that all of the "*.pm" files pass the 'use_ok()'.