Bug 5589: Remove duplicated Exports in Suggestions.pm
authorColin Campbell <colin.campbell@ptfs-europe.com>
Fri, 7 Jan 2011 11:44:03 +0000 (11:44 +0000)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 9 Jan 2011 20:00:34 +0000 (09:00 +1300)
commitd1172b98d9a2b8dde3c700b0d116816b4d45fa26
tree1867f0724a32698152798bc25c6a07b06830e307
parent1b344bdbd1475efa0bb4f919521ed3ee0e86874b
Bug 5589: Remove duplicated Exports in Suggestions.pm

Rather bizarrely Suggestions.pm was setting up @EXPORT, @ISA
and $VERSION twice. Have removed one invocation

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Suggestions.pm