Fix typo in MRO::print_superclasses
This commit is contained in:
@@ -4,7 +4,11 @@ version 3.26 ()
|
|||||||
|
|
||||||
[ENHANCEMENTS]
|
[ENHANCEMENTS]
|
||||||
|
|
||||||
* Add fan and psu reporting to Layer3::Dell
|
* Add fan and psu reporting to Layer3::Dell
|
||||||
|
|
||||||
|
[BUG FIXES]
|
||||||
|
|
||||||
|
* Fix typo in MRO::print_superclasses
|
||||||
|
|
||||||
version 3.25 (2015-02-25)
|
version 3.25 (2015-02-25)
|
||||||
|
|
||||||
|
|||||||
@@ -363,7 +363,7 @@ Pretty print the output of C<superclasses()>.
|
|||||||
=cut
|
=cut
|
||||||
|
|
||||||
sub print_superclasses {
|
sub print_superclasses {
|
||||||
print join ("\n", (shift)->superclasses), "\n";
|
print join ("\n", superclasses(@_)), "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|||||||
Reference in New Issue
Block a user