Hyper::Developer::Generator::Control - abstract base class which offers |
Hyper::Developer::Generator::Control - abstract base class which offers a special create method for Control generation.
This document describes Hyper::Developer::Generator::Control 0.01
package Hyper::Developer::Generator::Control::ContainerFlow; use base qw(Hyper::Developer::Generator::Control);
1;
$object->create({ name => 'filename_without_suffix', # MANDATORY template => '/template/to/use.tpl', force => 'boolean value, overwrite existing file?' data => { what => 'ever', passed => 'to template', }, });
Calls the Hyper::Developer::Generator::create method with some special. This method is only important for out code generator maintainers.
version
Hyper::Developer::Generator
Class::Std
Hyper::Functions
File::Path
Hyper::Error
$Author: ac0v $
$Id: Control.pm 320 2008-02-16 02:04:51Z ac0v $
$Revision: 320 $
$Date: 2008-02-16 03:04:51 +0100 (Sat, 16 Feb 2008) $
$HeadURL: file:///srv/cluster/svn/repos/Hyper/Hyper-Developer/trunk/lib/Hyper/Developer/Generator/Control.pm $
Andreas Specht <ACID@cpan.org>
Copyright (c) 2007, Andreas Specht <ACID@cpan.org>
.
All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Hyper::Developer::Generator::Control - abstract base class which offers |