mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
e52d0fedd1
Class::OOorNO helps your module handle the input for its subroutines whether called in object-oriented style (as object methods or class methods with the arrow syntax ->), or in functional programming style (as subroutines imported to the caller's namespace via Exporter). WWW: http://www.cpan.org/ PR: ports/112128 Submitted by: Jeff Hung <jeffhung@mail2000.com.tw>
9 lines
315 B
Plaintext
9 lines
315 B
Plaintext
Class::OOorNO
|
|
|
|
Class::OOorNO helps your module handle the input for its subroutines
|
|
whether called in object-oriented style (as object methods or class
|
|
methods with the arrow syntax ->), or in functional programming style
|
|
(as subroutines imported to the caller's namespace via Exporter).
|
|
|
|
WWW: http://www.cpan.org/
|