X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xs%2FOverload.xs;h=4fdf971f799fd15529c9e078ad3d3b81bf424355;hb=a8aa2cf8d84348330fec5f6ca3c819840a436d61;hp=eac5ae53a6dc3e7ae1895d84343e610c1e2e0014;hpb=2683d371fec5a97c460fee1a8d03339e30c8667d;p=gitmo%2FMoose.git diff --git a/xs/Overload.xs b/xs/Overload.xs index eac5ae5..4fdf971 100644 --- a/xs/Overload.xs +++ b/xs/Overload.xs @@ -5,4 +5,4 @@ MODULE = Class::MOP::Method::Overload PACKAGE = Class::MOP::Method::Overload PROTOTYPES: DISABLE BOOT: - INSTALL_SIMPLE_READER(Method::Overload, op); + INSTALL_SIMPLE_READER(Method::Overload, operator);