- or download this
IsfdbMaypole->config->{loader}->relationship($_) for
(
"an author has a note",
"a pub has a note",
);
- or download this
plugin error - Class: plugin not found at /home/hossman/.perllib/lib/p
+erl5/site_perl/5.8.5/Maypole.pm line 123
- or download this
mysql> describe pubs;
+------------+-------------+------+-----+---------+----------------+
...
| note | mediumtext | YES | | NULL | |
+-------+------------+------+-----+---------+----------------+
2 rows in set (0.00 sec)
- or download this
package IsfdbMaypole;
use strict;
...
# "a pub has a note",
);
1;