The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

GvaScript_Builder - Module::Build subclass for GvaScript

SYNOPSIS

  perl Build.PL
  perl Build
  # etc.

DESCRIPTION

This subclass of Module::Build assembles various chunks of javascript (in src/*.js) into a single distribution file, and compiles the HTML documentation from Pod modules.

METHODS

ACTION_build

build the package

ACTION_distdir

build the CPAN distribution

generate_from_sources

generate js and html files

generate_js

assemble files in src/*.js into a single file GvaScript.js.

generate_html

generate html documentation from pod sources