NAME
CPAN::MetaCurator - Manage the cpan.metacurator.sqlite database
How to convert a Perl.Wiki.html into a jsTree
Note: My web host and I use case-sensitive file systems.
Prepare wikis =over =item cd ~/savage.net.au/ =item Edit Perl.Wiki, etc. Includes updating the release date. Save to ~/Downloads/ =item cp ~/Downloads/*.Wiki.html to misc/ =item git commit -am"Update Perl.Wiki V 1.xx" =item mv ~/Downloads/*.Wiki.html to $DH (/dev/shm/html on my machine) for eye-ball check via FF =back
Export Perl.Wiki.html =over =item In the 'Tools' tab click 'export all' =item In the export menu click 'JSON format'. This creates ~/Downloads/tiddlers.json =item cd ~/perl.modules/CPAN-MetaCurator =item mv ~/Downloads/tiddlers.json data/tiddlers.json =back
Rebuild Perl Wiki Tree
Note: Optionally use sqlite database (15 Mb) from CPAN::MetaPackager
Patch ~/savage.net.au/index.html =over =item cd ~/perl.modules/Local-Website =item Edit Local::Website::Util::PatchIndex's sub parser() if necessary =item Run scripts/parse.index.sh to patch ~/savage.net.au/index.html =item cp index.html $DH =item Backup new files: bu5.sh savage.net.au =item Backup new files: bu5.sh perl.modules =back
Upload =over =item Upload Perl.Wiki.html, etc to savage.net.au =item Upload index.html =item Log in to blogs.perl.org =item Post details of the uploads =item Wait ... Check how it appears on blogs.perl.org. Takes about 1 min =back
Machine-Readable Change Log
The file Changes was converted into Changelog.ini by Module::Metadata::Changes.
Version Numbers
Version numbers < 1.00 represent development versions. From 1.00 up, they are production versions.
Repository
https://github.com/ronsavage/CPAN-MetaCurator
Support
Email the author, or log a bug on RT:
https://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-MetaCurator.
Author
Current maintainer: Ron Savage <ron@savage.net.au>.
My homepage: https://savage.net.au/.
License
Perl 5.
Copyright
Australian copyright (c) 2025, Ron Savage.
All Programs of mine are 'OSI Certified Open Source Software';
you can redistribute them and/or modify them under the terms of
The Perl License, a copy of which is available at:
http://dev.perl.org/licenses/
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 42:
=over should be: '=over' or '=over positive_number'
- Around line 49:
You forgot a '=back' before '=head2'