in reply to Re^4: Class::Accessor attributes
in thread Class::Accessor attributes
I think there is a misunderstanding on your side. What do you think does the line
extends(qw/transaction_type/);
for you? What do you expect?
The line says that the class/package 'Monro::CC' is inheriting from class/package 'transaction_type'. But I assume you don't want this.
McA
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Class::Accessor attributes
by perldiverx (Beadle) on Mar 07, 2014 at 14:18 UTC | |
by perldiverx (Beadle) on Mar 07, 2014 at 15:03 UTC |