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

Perl extension to handle v-strings (often used as version strings)

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires

  Test::More

for the testing part and recommends

  Test::Pod 1.18

also for testing - the POD part.

TO DO

* improve input error diagnostics
* deal with the issue with Unicode
* make it work in 5.6 (maybe)

COPYRIGHT AND LICENCE

Copyright (C) 2005, 2007 by Adriano R. Ferreira

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.