Mittwoch, 6. Mai 2015

Now meta_report is running

The meta info system is completed by generating html reports:

meta_report.pl creates one html file per *.pm file and one per namespace (directory) and an overview over all classes/modules.


Only the toplevel index file needs to be written by hand, it contains only some constant links to class and namespace overview.

Next steps are:
* listing namespaces below current in namespace view
* extraction of the pod markups in *.pm files by pod2html, storing and linking into reports.

I wait for your response.

Ralf

Sonntag, 3. Mai 2015

Perl5::Spartanic

On Android no CPAN shell exists to handle dependencies of or build/make cpan modules. And there may be other environments with similary limitations. Therefore I created the package

package Perl5::Spartanic;

By using of this package you declare your module to be spartanic,
that means:

  * It is a Pure-Perl module
     - No compile
     - No install
     - Just copy file

* It uses only
     - Core modules
     - Some other spartanic modules  

Then we just can create a distribution spartanic.zip /.gzip to deploy all spartanic packages in one file for easy handling.

Let me know, if you find this helpful. Then I will deliver this module and the distribution to cpan.

Spartanic: The people who lived in Sparta about 2000 years ago decided to live without comfort. (Yes, the english word is spartan, but spartanic sounds better to me  ...)

--
Ralf