| Acme-Meta documentation | Contained in the Acme-Meta distribution. |
Acme::Meta - Enhances the Meta package
use Acme::Meta; # before using Meta
Enhances the Meta package.
The Meta:: meta-package
Nicholas Clark, <nick@ccl4.org>
Copyright 2003, 2006 by Nicholas Clark
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Acme-Meta documentation | Contained in the Acme-Meta distribution. |
package Acme::Meta; use 5.004; use strict; require Exporter; use vars qw($VERSION); BEGIN { *Meta::Meta:: = *main::Meta::; *Acme::Meta::Meta:: = *main::Meta::; $^W = 1; } $VERSION = '0.02'; 1; __END__