We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb95cd commit 15f988cCopy full SHA for 15f988c
lib/Mu.pod
@@ -42,7 +42,9 @@ the name of a named argument.
42
43
Default method for constructing (create + initialize) new objects
44
of a class. This method expects only named arguments which are then
45
-used to initialize attributes of the same name. Classes may provide
+used to initialize attributes with accessors of the same name.
46
+
47
+Classes may provide
48
their own C<new> method to override this default.
49
50
=end pod
0 commit comments