do not generate an accessor on an rw attr if reader and writer are defined, this...
authorChristian Walde <walde.christian@googlemail.com>
Tue, 18 Dec 2012 16:11:24 +0000 (17:11 +0100)
committerMatt S Trout <mst@shadowcat.co.uk>
Wed, 6 Feb 2013 00:07:47 +0000 (00:07 +0000)
commitb1a9585fa5cad223ac68c95130c11b708b289874
treec95dc895c7388727e33ec0f05492dd00b9a98737
parent4752c97bb22149613a59912fa5a23b865cadef54
do not generate an accessor on an rw attr if reader and writer are defined, this gives compatibility with Moose
Changes
lib/Method/Generate/Accessor.pm
t/accessor-reader-writer.t