https://github.com/hoehrmann/data-autobimap
Bidirectional map for enumerated strings
https://github.com/hoehrmann/data-autobimap
Last synced: 7 months ago
JSON representation
Bidirectional map for enumerated strings
- Host: GitHub
- URL: https://github.com/hoehrmann/data-autobimap
- Owner: hoehrmann
- Created: 2014-01-02T16:52:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-12T15:36:49.000Z (almost 12 years ago)
- Last Synced: 2025-05-27T10:49:51.189Z (8 months ago)
- Language: Perl
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Data::AutoBimap
===============
Please see `perldoc lib/Data/AutoBitmap.pm` for details.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install