in reply to I am not a META.yml expert.....
Do you mind a mini-review of your code?
To get your SYNOPSIS POD to render as code, you should indent as follows:
=head1 SYNOPSIS use Test::Regression; ok_regression(sub {return "hello world"}, "t/out/hello_world.txt") +;
You should explicitly mention that TEST_REGRESSION_GEN is an environment variable:
If the TEST_REGRESSION_GEN environment variable is set to a true value
Additionally, I recommend adding a DESCRIPTION section to briefly discuss why someone would use your module. How would I distinguish it from the other CPAN Test modules? Does it complement other Test modules?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: I am not a META.yml expert..... (review)
by SilasTheMonk (Chaplain) on Sep 28, 2009 at 18:10 UTC |