@@ -1177,6 +1177,8 @@ Bootstrap the CPAN client on the clean install:
11771177
11781178 $ bin/cpan5.X.Y
11791179
1180+ =for checklist skip BLEAD-POINT
1181+
11801182=head4 Install the Inline module with CPAN and test it
11811183
11821184Try installing a popular CPAN module that's reasonably complex and that
@@ -1189,7 +1191,23 @@ Check that your perl can run this:
11891191
11901192 $ bin/perl -lwe "use Inline C => q[int f() { return 42;}]; print f"
11911193 42
1192- $
1194+
1195+ =for checklist skip RC MAINT BLEAD-FINAL
1196+
1197+ =head4 Install the Inline module with CPAN and test it
1198+
1199+ Try installing a popular CPAN module that's reasonably complex and that
1200+ has dependencies; for example:
1201+
1202+ CPAN> install Inline::C
1203+ CPAN> quit
1204+
1205+ Check that your perl can run this:
1206+
1207+ $ bin/perl5.X.Y -lwe "use Inline C => q[int f() { return 42;}]; print f"
1208+ 42
1209+
1210+ =for checklist skip BLEAD-POINT
11931211
11941212=head4 Make sure that perlbug works
11951213
@@ -1210,6 +1228,27 @@ Test L<perlbug> with the following:
12101228Then carefully examine the output (in F<perlbug.rep]>), especially
12111229the "Locally applied patches" section.
12121230
1231+ =for checklist skip RC MAINT BLEAD-FINAL
1232+
1233+ =head4 Make sure that perlbug works
1234+
1235+ Test L<perlbug> with the following:
1236+
1237+ $ bin/perlbug5.X.Y
1238+ ...
1239+ Subject: test bug report
1240+ Local perl administrator [yourself]:
1241+ Editor [vi]:
1242+ Module:
1243+ Category [core]:
1244+ Severity [low]:
1245+ (edit report)
1246+ Action (Send/Display/Edit/Subject/Save to File): f
1247+ Name of file to save message in [perlbug.rep]:
1248+
1249+ Then carefully examine the output (in F<perlbug.rep]>), especially
1250+ the "Locally applied patches" section.
1251+
12131252=for checklist skip BLEAD-POINT
12141253
12151254=head3 Monitor smokes
0 commit comments