meta_scan.pl and meta_info.pl are now running and archived at github.
Download current version at
https://github.com/jpr65/AndroidPerl
switch to AndroidPerl/tools directory.
Copy the android.cfg.pl file, rename (i.e. to your.cfg.pl) and adopt paths.
Then create info database by
perl meta_scan.pl your.cfg.pl
Afterwards you can browse it by
perl meta_info.pl your.cfg.pl
type "?" for help.
I currently develop
meta_doc.pl
which will create a HTML documentation by static files:
1 File per class, directory structure same as scanned sources. With overview pages for classes.
This would be more handy on Android than command auto_info.pl.
I try to add a link to Html-Page for CPAN and Core Modules.
I also plan to integrate MetaGenerator of Scalar::Validation. It has infos about method parameters.