Opened 11 years ago
Closed 11 years ago
#40868 closed defect (fixed)
p5-www-mechanize @1.660.0_2 : missing dependency on p5-html-tree
Reported by: | gregori.emiliano@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | haspatch | Cc: | |
Port: | p5-www-mechanize |
Description
The WWW::Mechanize module needs the HTML::TreeBuilder when the method $mech->content(...) is called, otherwise returns an error.
See http://search.cpan.org/~ether/WWW-Mechanize-1.73/lib/WWW/Mechanize.pm
The proposed patch adds the missing dependency.
Attachments (1)
Change History (6)
comment:1 follow-up: 2 Changed 11 years ago by mf2k (Frank Schima)
comment:2 Changed 11 years ago by gregori.emiliano@…
Replying to macsforever2000@…:
The revision needs to be increased too.
Revision increased to 1.73 (last version). Thanks.
comment:3 follow-up: 4 Changed 11 years ago by mf2k (Frank Schima)
You are talking about the version. Since you are increasing the version, the revision line needs to be deleted now.
Changed 11 years ago by gregori.emiliano@…
Attachment: | depends_html-tree.diff added |
---|
comment:4 Changed 11 years ago by gregori.emiliano@…
Replying to macsforever2000@…:
You are talking about the version. Since you are increasing the version, the revision line needs to be deleted now.
You're right! Now the version is upgraded to 1.73 with removed revision. Is it right? Thanks again.
comment:5 Changed 11 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks and sorry for the delay! r119879.
The revision needs to be increased too.