This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a note to the RMG about the fact that you should run tests after
authorJesse Vincent <jesse@bestpractical.com>
Sat, 2 Apr 2011 11:54:59 +0000 (19:54 +0800)
committerJesse Vincent <jesse@bestpractical.com>
Sat, 2 Apr 2011 11:54:59 +0000 (19:54 +0800)
bumping the perl version

Porting/release_managers_guide.pod

index 62691c5..be55bcf 100644 (file)
@@ -296,6 +296,14 @@ to an earlier release. When releasing a stable perl version, the C<PERL_API_*>
 constants C<MUST NOT> be changed as we aim to guarantee binary compatibility
 in maint branches.
 
+
+
+Test your changes:
+
+    $ ./Configure -des -Dusedevel
+    $ make
+    $ make test
+
 Commit your changes:
 
     $ git st