Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

module::starter::plugin::modulestore(3pm) [debian man page]

Module::Starter::Plugin::ModuleStore(3pm)		User Contributed Perl Documentation		 Module::Starter::Plugin::ModuleStore(3pm)

NAME
Module::Starter::Plugin::ModuleStore -- store inline templates in modules VERSION
version 0.144 SYNOPSIS
use Module::Starter qw( Module::Starter::Simple Module::Starter::Plugin::Template Module::Starter::Plugin::ModuleStore ... ); Module::Starter->create_distro( ... ); DESCRIPTION
This Module::Starter plugin is intended to be loaded after Module::Starter::Plugin::Template. It implements the "templates" method, required by the Template plugin. It works like InlineStore, but instead of loading a physical file, loads the DATA section of a Perl module. METHODS
"templates" This method reads in the template module (described above) and populates the object's "templates" attribute. The module template module is found by checking the MODULE_TEMPLATE_MODULE environment variable and then the "template_module" config option. AUTHOR
Ricardo SIGNES, "<rjbs@cpan.org>" Bugs Please report any bugs or feature requests to "bug-module-starter-plugin-inlinestore@rt.cpan.org", or through the web interface at <http://rt.cpan.org>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. COPYRIGHT
Copyright 2004 Ricardo SIGNES, All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2011-12-23 Module::Starter::Plugin::ModuleStore(3pm)

Check Out this Related Man Page

Module::Starter::Plugin::DirStore(3pm)			User Contributed Perl Documentation		    Module::Starter::Plugin::DirStore(3pm)

NAME
Module::Starter::Plugin::DirStore -- module template files in a directory VERSION
version 0.144 SYNOPSIS
use Module::Starter qw( Module::Starter::Simple Module::Starter::Plugin::Template Module::Starter::Plugin::DirStore ... ); Module::Starter->create_distro( ... ); DESCRIPTION
This Module::Starter plugin is intended to be loaded after Module::Starter::Plugin::Template. It implements the "templates" method, required by the Template plugin. The "DirStore" plugin stores all the required templates as files in a directory. METHODS
"templates" This method reads in the template files and populates the object's "templates" attribute. The module template directory is found by checking the MODULE_TEMPLATE_DIR environment variable and then the config option "template_dir". AUTHOR
Ricardo SIGNES, "<rjbs@cpan.org>" Bugs Please report any bugs or feature requests to "bug-module-starter-plugin-inlinestore@rt.cpan.org", or through the web interface at <http://rt.cpan.org>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. COPYRIGHT
Copyright 2004 Ricardo SIGNES, All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2011-12-23 Module::Starter::Plugin::DirStore(3pm)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Can I use a Perl Module without installing it?

I am trying to write a program that will use templates, so I figured I would use the Text::Template CPAN module... ...only problem is that I cant force my "clients" to install this module, cause they are clueless. Is there anyway that I can NOT install it for the whole machine, but install it... (1 Reply)
Discussion started by: jjinno
1 Replies

2. Shell Programming and Scripting

Perl - DB Commits

Hello, I have a problem with DB handling in Perl. Module 1 ---calls--> Module 2 Module 1 creates a DB Connection and passes the DB handle to Module2. In module 2, I perform some Selects and Updates using this DB Handle. Now Selects are ok....but after Update, when I give... (0 Replies)
Discussion started by: angad.makkar
0 Replies

3. UNIX for Advanced & Expert Users

AIX Dependent Module could not be loaded

I am encountering the above error , even after setting the environment variables correctly AFAIK. I've found sources that say LIBPATH is the shared library variable , and others that say LIB_PATH, so I set both: ========================= root@lipossrp01ga: # echo $gtm_dist ... (6 Replies)
Discussion started by: Clovis_Sangrail
6 Replies

4. Fedora

Problem with Installing Perl Module in Fedora 20

(15 Replies)
Discussion started by: zak100
15 Replies

5. Emergency UNIX and Linux Support

Are these Raspberry Pi kits really complete?

This is a test to see if the Emergency and UNIX and Linux Support forum is still working... I see that Amazon has a deal on Raspberry Pis today (CanaKit Raspberry Pi 3 B+ (B Plus) Starter Kit (32 GB EVO+ Edition, Premium Black Case) and CanaKit Raspberry Pi 3 Complete Starter Kit - 32 GB... (4 Replies)
Discussion started by: Don Cragun
4 Replies