Hello, I'm seeking help naming my Perl module to parse the save file format of a specific application. The module will likely stay read-only as I don't assume demand exists for writing. I've looked at both File::Format:: and Parse:: but the former seems abandoned and the latter doesn't seem a good fit.
The application is called WinDesc and it is the NGS-supported tool to document a set of geographic benchmark descriptions. E.g., location, type of benchmark, date established, last visited, etc. http://www.ngs.noaa.gov/PC_PROD/pc_prod.shtml#WinDesc I don't think it's a big enough topic to deserve a top-level namespace (e.g., Pod::, HTML::). Any suggestions? Thanks, Niall