From 6508a38eea2e95602d80a7aa48a1310aca7042e0 Mon Sep 17 00:00:00 2001 From: doy Date: Mon, 20 Apr 2009 02:33:32 -0500 Subject: doc cleanups --- lib/MooseX/NonMoose.pm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lib') diff --git a/lib/MooseX/NonMoose.pm b/lib/MooseX/NonMoose.pm index 56d82ee..3613db8 100644 --- a/lib/MooseX/NonMoose.pm +++ b/lib/MooseX/NonMoose.pm @@ -42,11 +42,11 @@ the same terms as perl itself. =over 4 -=item Provide some way to manipulate the argument list that gets passed to the +=item * Provide some way to manipulate the argument list that gets passed to the superclass constructor, to support setting attributes in the constructor for a subclass of a class whose constructor does strict argument checking. -=item Allow for constructors with names other than 'C'. +=item * Allow for constructors with names other than C. =back @@ -59,22 +59,22 @@ far more hackish and worse) implementation. =over 4 -=item The reference that the non-Moose class uses as its instance type B +=item * The reference that the non-Moose class uses as its instance type B match the instance type that Moose is using (currently, Moose only supports hashref based instances). -=item Arguments passed to the constructor will be passed as-is to the +=item * Arguments passed to the constructor will be passed as-is to the superclass constructor - there is currently no BUILDARGS-like munging available for this step (BUILDARGS is still available to munge the argument list that Moose sees). -=item Completely overriding the constructor in a class using -C (i.e. using "C") currently doesn't work, +=item * Completely overriding the constructor in a class using +C (i.e. using C) currently doesn't work, although using method modifiers on the constructor should work identically to normal Moose classes. -=item C currently assumes in several places that the -superclass constructor will be called 'C'. This may be made configurable +=item * C currently assumes in several places that the +superclass constructor will be called C. This may be made configurable in the future. =back -- cgit v1.2.3-54-g00ecf