Skip to content

Commit 3e10517

Browse files
committed
Porting/release_managers_guide.pod: minor adjustments
- After installing, perl shouldn't need any `-Ilib` options. - Hyperlinks should be clickable.
1 parent c29144b commit 3e10517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Porting/release_managers_guide.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ has dependencies; for example:
11391139

11401140
Check that your perl can run this:
11411141

1142-
$ bin/perl -Ilib -lwe "use Inline C => q[int f() { return 42;}]; print f"
1142+
$ bin/perl -lwe "use Inline C => q[int f() { return 42;}]; print f"
11431143
42
11441144
$
11451145

@@ -1188,7 +1188,7 @@ Once smoking is okay, upload it to PAUSE. This is the point of no return.
11881188
If anything goes wrong after this point, you will need to re-prepare
11891189
a new release with a new minor version or RC number.
11901190

1191-
https://pause.perl.org/
1191+
L<https://pause.perl.org/>
11921192

11931193
(Log in, then select 'Upload a file to CPAN')
11941194

0 commit comments

Comments
 (0)