-
-
09 Nov 2020 06:21:05 UTC
- Distribution: Class-C3
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (78 / 0 / 0)
- Kwalitee
Bus factor: 2- 38.56% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (33.72KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Algorithm::C3
- Scalar::Util
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
This example is take from: http://www.python.org/2.3/mro.html
"Serious order disagreement" # From Guido class O: pass class X(O): pass class Y(O): pass class A(X,Y): pass class B(Y,X): pass try: class Z(A,B): pass #creates Z(A,B) in Python 2.2 except TypeError: pass # Z(A,B) cannot be created in Python 2.3
Module Install Instructions
To install Class::C3, copy and paste the appropriate command in to your terminal.
cpanm Class::C3
perl -MCPAN -e shell install Class::C3
For more information on module installation, please visit the detailed CPAN module installation guide.