Subject: | Problem with only.pm module |
Hi,
I have started to use your only.pm module but I have found some bugs.
If "version.pm" module is installed then the tests itself don't pass.
After some debugging I found that when you want to install a module
whose version is 1.03, qv() of version.pm module changes it to 1.3.0
and only searches for $version_lib/1.3.0 instead of $version_lib/1.03.
Also when I install using only::install it just creates a dir
$version_lib/1.03 because in the only::install module line 18 all it
does is to see if the version number is numeric or not, It does not
convert it to like what version::qv does.
I don't know if anyone has brought this to your attention. If you
think it is some mistake on my side please do point me on how to
really use it.
I have read the documents and all followed what the documents have to say.
For now I have removed the 'require version.pm' line in my
installation to use the version 1.03 instead of 1.3.0.
It will be great if you think this a bug or tell me if Iam making some mistake
Thanks
Ragavenda