X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=benchmarks%2Fcmop%2Flib%2FMOP%2FInstalled%2FPoint.pm;fp=benchmarks%2Fcmop%2Flib%2FMOP%2FInstalled%2FPoint.pm;h=9b6e6cf83d6e96e9ac1d1be14113304b1c000dc6;hb=064a13a3104c7c38981bdc571b130da00b59945a;hp=4ad669aa3c138b19fd8d04c99ef6e44b366306e6;hpb=f899cf32ec1fec50bb9b4c2f9a7a00ebc0139bbf;p=gitmo%2FMoose.git diff --git a/benchmarks/cmop/lib/MOP/Installed/Point.pm b/benchmarks/cmop/lib/MOP/Installed/Point.pm index 4ad669a..9b6e6cf 100644 --- a/benchmarks/cmop/lib/MOP/Installed/Point.pm +++ b/benchmarks/cmop/lib/MOP/Installed/Point.pm @@ -18,9 +18,9 @@ sub new { sub clear { my $self = shift; $self->x(0); - $self->y(0); + $self->y(0); } 1; -__END__ \ No newline at end of file +__END__