The 2 wikis & cpan.metacurator.tree.html V 1.26 are available from my Wiki Haven.
And now on CPAN are:
- CPAN::MetaCurator V 1.26
- Crypt::PasswdMD5 V 1.46 - New licence
- Tree::Cladogram V 1.07 - New licence
- Tree::DAG_Node V 1.39 - New licence
The wikis are all available on my Wiki Haven.
The modules are available on MetaCPAN.
Wikis:
- Perl.Wiki.html V 1.49
- Debian.Wiki.html V 1.14
- Digital.Security.Wiki.html V 1.23
- Mojo.Wiki.html V 1.20
- Perl.Wiki.html V 1.49
Modules:
- CPAN::MetaPackager V 1.04
- CPAN::MetaCurator V 1.24
I have uploaded to CPAN:
o CPAN::MetaCurator V 1.23
o CPAN::MetaPackager V 1.03
And I have uploaded to my Wiki Haven:
o Perl.Wiki V 1.48
o cpan.metacurator.tree.html V 1.23
o Mojo.Wiki V 1.19
Both are available from my Wiki Haven.
Next step will be the validation module for CPAN::MetaCurator, using the new:
use feature 'class'
code.
After that, back to the re-write of all *.pm in CPAN::MetaCurator.
The new Perl.Wiki.html V 1.46 & the JSTree version V 1.20 are available from my
Other news:
(a) CPAN::MetaCurator:
Status: On github & on CPAN.
There are some issues:
1. It is becoming increasingly awkward to process the records read from the database
in order to transform them into JSTree stuff, so I am going to re-write the code to firstly
read the db & store the data in a Tree::DAG_Node. That way the data more nearly
matches the JSTree structure so the common cases & all the special cas…