Codebase list libdist-zilla-plugin-ourpkgversion-perl / 64b3aa3
document additional comment feature Signed-off-by: Caleb Cushing <xenoterracide@gmail.com> Caleb Cushing 12 years ago
1 changed file(s) with 12 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
158158 }
159159 ...
160160
161 you can also add additional comments to your comment
162
163 ...
164 # VERSION: generated by DZP::OurPkgVersion
165 ...
166
167 becomes
168
169 ...
170 our $VERSION = '0.1.0'; # VERSION: generated by DZP::OurPkgVersion
171 ...
172
161173 Also note, the package line is not in any way significant, it will insert the
162174 C<our $VERSION> line anywhere in the file before C<# VERSION> as many times as
163175 you've written C<# VERSION> regardless of whether or not inserting it there is