The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Devel::ModInfo::Util

Devel::ModInfo::Util - Provides utility functions for dealing with ModInfo data structures

SYNOPSIS

  use Devel::ModInfo::Util 'parse_modinfo_file';
  print parse_modinfo_file('/home/jtillman/MyModule.pm', 1, 0);
  

DESCRIPTION

Devel::ModInfo::Util is simply a means of storing miscellaneous "smart" functions that know how to do certain things related to ModInfo. They are mainly used by the command line tools (pl2modinfo.pl, modinfo2xml.pl, and modinfo2html.pl) in order to do their jobs. In fact, the functions in this module started out as the core code of those command line tools. The code was moved into a module to provide for re-use as well as to centralize the "rules" for processing ModInfo directives and data.

AUTHOR

jtillman@bigfoot.com tcushard@bigfoot.com

SEE ALSO

Devel::ModInfo::Tutorial

pl2modinfo.pl

modinfo2xml.pl

modinfo2html.pl

perl(1).