NAME
dump-autodie-tag-contents - List the perl functions covered by a given autodie tag.
SYNOPSIS
dump-autodie-tag-contents # Dump the :default tag.
dump-autodie-tag-contents :io # Dump all the I/O builtins autodie can
# deal with.
DESCRIPTION
This is a simple tool for helping to maintain the InputOutput::RequireChecked* policies.
It lists all the perl builtins that a given autotag tag covers. If none is specified, the ":default" tag is used.
AUTHOR
Elliot Shank <perl@galumph.com>
COPYRIGHT
Copyright (c) 2008 Elliot Shank. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of this license can be found in the LICENSE file included with this module.