| Drupal-Module-Starter documentation | view source | Contained in the Drupal-Module-Starter distribution. |
Drupal::Module::Starter - Create Drupal Module starter files
Version 0.05
You probably don't want to use this module directly - you want to use the drupal-module-starter script in the scripts directory of the distribution
use Drupal::Module::Starter;
my $foo = Drupal::Module::Starter->new('path/to/config.yaml');
$foo->generate;
...
Steve McNabb, <smcnabb@cpan.org>
IT Director, F5 Site Design - http://www.f5sitedesign.com
Open Source Internet Application Development
Please report any bugs or feature requests to
bug-drupal-module-starter@rt.cpan.org, or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Drupal-ModStarter.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
Copyright 2006 Steve McNabb, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Drupal-Module-Starter documentation | view source | Contained in the Drupal-Module-Starter distribution. |