Swig Starter Kit 0.0.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Swig Starter Kit 0.0.3 (Default branch)
# 1  
Old 12-08-2008
Swig Starter Kit 0.0.3 (Default branch)

Swig Starter Kit provides a simple set of examplesfor integrating C++ and various scriptinglanguages using SWIG.License: MIT/X Consortium LicenseChanges:
This release adds support for Perl, Python, Ruby, Java, and C# module building.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Module::Starter::Plugin::InlineStore(3pm)		User Contributed Perl Documentation		 Module::Starter::Plugin::InlineStore(3pm)

NAME
Module::Starter::Plugin::InlineStore -- inline module template files VERSION
version 0.144 SYNOPSIS
use Module::Starter qw( Module::Starter::Simple Module::Starter::Plugin::Template Module::Starter::Plugin::InlineStore ... ); 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 "InlineStore" plugin stores all the required templates in a single file, delimited with filenames between triple-underscores. In other words, a very simple template file might look like this: ___Module.pm___ package {modulename}; 1; ___Makefile.PL___ die "lousy template" Originally, this module was to use Inline::Files, or at least standard double-underscore indication of file names, but it's just simpler this way. Patches welcome. METHODS
"templates" This method reads in the template file (described above) and populates the object's "templates" attribute. The module template file is found by checking the MODULE_TEMPLATE_FILE environment variable and then the "template_file" 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::InlineStore(3pm)