Subject: | Documentation bug |
The first example in the pod uses package B. Since package B has special meaning to perl, the inheritance tree is broken (@B::isa will contain Exporter instead of A). Merely renaming the package to pretty much anything else will fix it.
For reference: http://www.perlmonks.org/index.pl?node_id=422324