You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prepare 2.000: GitHub-Flavored Markdown, unfiltered HTML
Bump the version to 2.000 and write the changelog for the first release off
the breaking-change line. Two changes are incompatible for existing users:
Markdown::Perl replaces Text::MultiMarkdown, so MultiMarkdown-only syntax
stops rendering, and the distribution now requires Perl 5.26 or later where
it previously declared no minimum at all.
Note in the changelog that 1.903 is the final release for older perls, that
it stays installable from CPAN, and that the 1.x line lives on maint/1.x.
Carry Jason's README revisions -- a "Before you begin" section stating the
Perl 5.26 requirement, and a "Support for Plerd 1.x" section pointing at the
maintenance branch and the 1.903 release -- from README.md back into
README.pod, and regenerate README.md from it.
Also refresh two test comments that still described the MultiMarkdown era,
and regenerate META.json and Makefile.PL.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ku1xgyEKjWv4snx4U4njSo
Copy file name to clipboardExpand all lines: README.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,13 +40,17 @@ I do my best to avoid breaking functionality when I do release updates to Plerd,
40
40
41
41
## Setup
42
42
43
-
### Installation
43
+
### Before you begin
44
+
45
+
To install and run Plerd, you need the following installed on your machine:
44
46
45
-
**First, make sure you have the `cpanm` program on your machine.** It is likely
46
-
available as "cpanminus" in your favorite package manager. (Or install it from
47
-
source, through the instructions at [http://cpanmin.us](http://cpanmin.us).)
47
+
- Perl version 5.26 or later. [Perlbrew](https://perlbrew.pl) is an excellent tool to install and manage a more recent perl alongside your machine's system Perl, if needed.
48
+
- The `cpanm` program for managing third-party Perl libraries. You can likely find it as `cpanminus` in your favorite package manager. Or, install it from
49
+
source, through the instructions at [http://cpanmin.us](http://cpanmin.us).
50
+
51
+
### Installation
48
52
49
-
Then, to install the latest release of Plerd, run this command:
53
+
To install the latest release of Plerd, run this command:
50
54
51
55
cpanm Plerd
52
56
@@ -249,6 +253,12 @@ You can also [email me, Jason McIntosh](mailto:jmac@jmac.org), directly. I am al
249
253
250
254
[Plerd has a homepage at its creator's website.](http://jmac.org/plerd)
251
255
256
+
### Support for Plerd 1.x
257
+
258
+
Plerd version 2.000 was released in July, 2026, after a significant change in dependencies required a more recent Perl version. If you still need to run Plerd version 1, you can find a maintenance branch called `maint/1.x` in the Plerd GitHub repository. You can also [find the most recent version 1 release on CPAN](https://metacpan.org/release/JMAC/Plerd-1.903), and install it directly with the following command:
259
+
260
+
cpanm Plerd@1.903
261
+
252
262
## See Plerd at work
253
263
254
264
This software powers Jason McIntosh's blog, [Fogknife](http://fogknife.com), for which it was originally written.
Copy file name to clipboardExpand all lines: README.pod
+24-5Lines changed: 24 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,13 +42,26 @@ I do my best to avoid breaking functionality when I do release updates to Plerd,
42
42
43
43
=head2 Setup
44
44
45
-
=head3 Installation
45
+
=head3 Before you begin
46
+
47
+
To install and run Plerd, you need the following installed on your machine:
48
+
49
+
=over
50
+
51
+
=item *
52
+
53
+
Perl version 5.26 or later. L<Perlbrew|https://perlbrew.pl> is an excellent tool to install and manage a more recent perl alongside your machine's system Perl, if needed.
54
+
55
+
=item *
56
+
57
+
The C<cpanm> program for managing third-party Perl libraries. You can likely find it as C<cpanminus> in your favorite package manager. Or, install it from
58
+
source, through the instructions at L<http://cpanmin.us>.
59
+
60
+
=back
46
61
47
-
B<First, make sure you have the C<cpanm> program on your machine.> It is likely
48
-
available as "cpanminus" in your favorite package manager. (Or install it from
49
-
source, through the instructions at L<http://cpanmin.us>.)
62
+
=head3 Installation
50
63
51
-
Then, to install the latest release of Plerd, run this command:
64
+
To install the latest release of Plerd, run this command:
52
65
53
66
cpanm Plerd
54
67
@@ -346,6 +359,12 @@ You can also L<email me, Jason McIntosh|mailto:jmac@jmac.org>, directly. I am al
346
359
347
360
L<Plerd has a homepage at its creator's website.|http://jmac.org/plerd>
348
361
362
+
=head3 Support for Plerd 1.x
363
+
364
+
Plerd version 2.000 was released in July, 2026, after a significant change in dependencies required a more recent Perl version. If you still need to run Plerd version 1, you can find a maintenance branch called C<maint/1.x> in the Plerd GitHub repository. You can also L<find the most recent version 1 release on CPAN|https://metacpan.org/release/JMAC/Plerd-1.903>, and install it directly with the following command:
365
+
366
+
cpanm Plerd@1.903
367
+
349
368
=head2 See Plerd at work
350
369
351
370
This software powers Jason McIntosh's blog, L<Fogknife|http://fogknife.com>, for which it was originally written.
0 commit comments