in reply to Class::Accessor attributes
Hi,
with the line
extends(qw/transaction_type/);
you say that you want to inherit from a package with name transaction_type. And the error message stats
'Can't locate package transaction_type for @Monro::CC::ISA at C:/Perl +/lib/Class/Accessor.pm line 36 (#1)'
which says that you don't have a module called transaction_type in the INC path.
McA
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Class::Accessor attributes
by perldiverx (Beadle) on Mar 07, 2014 at 13:52 UTC | |
by McA (Priest) on Mar 07, 2014 at 13:56 UTC | |
by perldiverx (Beadle) on Mar 07, 2014 at 14:00 UTC | |
by McA (Priest) on Mar 07, 2014 at 14:08 UTC | |
by perldiverx (Beadle) on Mar 07, 2014 at 14:18 UTC | |
|