Skip to content

Commit 15f988c

Browse files
committed
[Mu] .new only initializes attributes with accessors
1 parent 6eb95cd commit 15f988c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/Mu.pod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ the name of a named argument.
4242
4343
Default method for constructing (create + initialize) new objects
4444
of a class. This method expects only named arguments which are then
45-
used to initialize attributes of the same name. Classes may provide
45+
used to initialize attributes with accessors of the same name.
46+
47+
Classes may provide
4648
their own C<new> method to override this default.
4749
4850
=end pod

0 commit comments

Comments
 (0)