Porting/cherrymaint now requires LWP::UserAgent instead of using it.
authorNicholas Clark <nick@ccl4.org>
Wed, 21 Dec 2011 18:24:52 +0000 (19:24 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 22 Dec 2011 07:50:29 +0000 (08:50 +0100)
commitf61ba6bbaa932a5f7f45dea5c66d3746ca047e36
treec44fc109e0d492a8060b4c9b8ad5acf2c28e258f
parentd4b5f70ab4778c1a32574fd37f08482baecafd66
Porting/cherrymaint now requires LWP::UserAgent instead of using it.

This way ./perl -Ilib -c Porting/cherrymaint can be used to syntax check it.

cherrymaint was not importing symbols from LWP::UserAgent, so there are no
changes in runtime behaviour.
Porting/cherrymaint