Skip to content

Commit b032539

Browse files
authored
Merge pull request #155 from cxw42/data-muform
Mention Data::MuForm as HFH's successor
2 parents f625fab + 86904cc commit b032539

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

lib/HTML/FormHandler.pm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ use Data::Clone;
2424

2525
use 5.008;
2626

27+
=head1 STARTING A NEW PROJECT?
28+
29+
Consider using L<Data::MuForm> instead. It is the successor to this module
30+
and may provide you speed or usability benefits. See
31+
L<Data::MuForm::Manual::FormHandlerDiff> for differences between HFH and DMF.
32+
2733
=head1 SYNOPSIS
2834
2935
See the manual at L<HTML::FormHandler::Manual>.

lib/HTML/FormHandler/Manual.pod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
package HTML::FormHandler::Manual
22
# ABSTRACT: index of the manual
33

4+
=head1 STARTING A NEW PROJECT?
5+
6+
Consider using L<Data::MuForm> instead. It is the successor to this module
7+
and may provide you speed or usability benefits. See
8+
L<Data::MuForm::Manual::FormHandlerDiff> for differences between HFH and DMF.
9+
410
=head1 DESCRIPTION
511

612
This is the L<HTML::FormHandler> users manual. HTML::FormHandler is

0 commit comments

Comments
 (0)