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

NAME

Orze::Drivers::Copy - Create a page by copying a file

DESCRIPTION

Create a page by copying a file from the data/ directory to the www/ directory.

EXAMPLE

   <page name="images/cool"
         extension="png"
         driver="Copy">
   </page>

This snippet of an xml project description copy the file data/outputdir/images/cool.png to www/outputdir/images/cool.png

METHODS

process

Do the real processing