Main > Free Download Search >

Free nintendo ds bundle software for linux

nintendo ds bundle

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 288
BundleMan 1.2.0

BundleMan 1.2.0


BundleMan try to manage releasing of application build on versioned products under subversion. more>>
BundleMan try to manage releasing of application build on versioned products under subversion.
An application is a products suite defined using subversion svn:externals property. An application is a bundle of products.
A product is just a versioned piece of software.
Releasing an application is about taking care of tagging the source repository, managing version of each products, managing CHANGELOG, creating a source package archive, giving ways to maitain a release without blocking the trunk development.
Main features:
- BundleMan is free software distributed under the GNU GPL.
- It uses a recommended trunk/branches/tags repository layouts for products and bundles.
- It uses standard versioning MAJOR.MINOR.BUGFIX-RELEASE for products.
- Versioning of products is done automaticly by analysing a CHANGES file.
- Enforce CHANGELOG quality by requiring a product CHANGES file.
- It Generates an application CHANGELOG.
- There is no locking of the trunk or versions conflict when patching a released application.
- Can manage public, private or remote products.
- BundleMan is written in python and can be easily customized.
Examples:
You can play with BundleMan in a sandbox using the unit test environment.
From the extracted archive:
$ python setup.py test
running test
...
INFO: Archive: /tmp/bm-jE9JMJ/co/APP.tgz
...
Ran 6 tests in 72.976s
OK
Look at the temporary folder /tmp/bm-{WhAtEvEr}/ you will find a svn folder which contains the svn sandbox repository and a co folder with working copies of an application. For example co/app is a trunk bundle with 2 empty products foo and bar. You can test some bm-bundle commands from here, try bm-bundle -v then try to release this apps following the use case below.
<<less
Download (0.037MB)
Added: 2007-04-10 License: GPL (GNU General Public License) Price:
927 downloads
cintoo Messages 1.0 Alpha1

cintoo Messages 1.0 Alpha1


cintoo Messages is a framework to make internationalization easier for Java applications. more>>
cintoo Messages is a framework to make internationalization easier for Java applications. cintoo Messages framework supports locales for threads, and bundles can be associated with different packages.

This allows the usage of different bundles for different parts of the application, such as plugins, an installer, or a logging system. Bundles can be managed and associated with packages without any changes in the code.

This makes bundle management and refactoring much easier than with other solutions. cintoo Messages supports global locales for client applications written in Swing or SWT and thread-local ones for serverside Web applications.

Example:

Messages.setBundle("myBundle", "only.for.this.package");
...
Messages.setThreadLocale(new Locale("en", ""));
...
Messages.format(this, "myKey");
<<less
Download (0.030MB)
Added: 2006-05-08 License: The Apache License 2.0 Price:
1269 downloads
Bundle::MP3 1.00

Bundle::MP3 1.00


Bundle::MP3 is a bundle to install all MP3-related modules. more>>
Bundle::MP3 is a bundle to install all MP3-related modules.

SYNOPSIS

perl -MCPAN -e install Bundle::MP3

CONTENTS

MP3::Info - For MP3::Info by Chris Sandor

Digest::MD5 - Used by MP3::Napster

MP3::Napster - For MP3::Napster by Lincoln Stein

Bundle::Xmms - For Xmms by Doug MacEachern

This bundle installs a bunch of modules related to sharing and playing MP3 files, including MP3::Info by Chris Sandor, MP3::Napster, by Lincoln Stein, and the Xmms bundle by Doug MacEachern.

<<less
Download (MB)
Added: 2006-11-09 License: Perl Artistic License Price:
1082 downloads
Bundle::DBI 1.52

Bundle::DBI 1.52


Bundle::DBI is a bundle to install DBI and required modules. more>>
Bundle::DBI is a bundle to install DBI and required modules.

SYNOPSIS

perl -MCPAN -e install Bundle::DBI

CONTENTS

DBI - for to get to know thyself
DBI::Shell 11.91 - the DBI command line shell
Storable 2.06 - for DBD::Proxy and DBI::ProxyServer
Net::Daemon 0.37 - for DBD::Proxy and DBI::ProxyServer
RPC::PlServer 0.2016 - for DBD::Proxy and DBI::ProxyServer
DBD::Multiplex 1.19 - treat multiple db handles as one

This bundle includes all the modules used by the Perl Database Interface (DBI) module, created by Tim Bunce.

A Bundle is a module that simply defines a collection of other modules. It is used by the CPAN module to automate the fetching, building and installing of modules from the CPAN ftp archive sites.

This bundle does not deal with the various database drivers (e.g. DBD::Informix, DBD::Oracle etc), most of which require software from sources other than CPAN. Youll need to fetch and build those drivers yourself.

<<less
Download (0.40MB)
Added: 2006-10-09 License: Perl Artistic License Price:
1110 downloads
Bundle::SSH 1.00

Bundle::SSH 1.00


Bundle::SSH is a Perl bundle to install modules to use SSH from Perl. more>>
Bundle::SSH is a Perl bundle to install modules to use SSH from Perl.

SYNOPSIS

First you have to download and expand the PARI itself.
See INSTALL PARI below.
Then:

perl -MCPAN -e force install Bundle::SSH

This bundle defines the modules you need to use SSH from Perl. Thre are two ways to do this. One is using Net::SSH which is a wrapper around the ssh command installed (or not) on your computer. It is simple to install and use but it depends on external executabel and has other drawbacks too. I have included it in this bundle.

The other way which is more involved both in terms of installation and in the way you use it is called Net::SSH::Perl . It is a Perl/C implementation of the SSH protocol.

This module should list all the required modules (and maybe more) to use either of the above way to ssh to another machine. It is organized in a way so it will be able to install everything without the need to install prerequsite modules.

CONTENTS

Net::SSH - independent wrapper around the ssh command
Math::Pari - interface to PARI, testing gave me errors, need force
Class::Loader
Crypt::Random - errors, needed force
Digest::SHA1
Digest::HMAC
Digest::BubbleBabble - it seems that there are very few tests
Digest::MD2
Convert::ASN1
Crypt::Rijndael
Crypt::CBC
Crypt::DES
Crypt::DES_EDE3
Convert::PEM
Data::Buffer
Crypt::DSA
Crypt::DH
String::CRC32
Math::GMP
Compress::Zlib - I think this also needed force but I am not sure
Convert::ASCII::Armour
Crypt::Blowfish
Crypt::Primes - needs force
Sort::Versions
Tie::EncryptedHash
Crypt::RSA - needs force
Net::SSH::Perl - asks, intimate questions, my answereses are [3] and [2]

<<less
Download (0.002MB)
Added: 2007-05-26 License: Perl Artistic License Price:
893 downloads
Bundle::Test 1.07

Bundle::Test 1.07


Bundle::Test is a set of modules for software and hardware testing using Perl. more>>
Bundle::Test is a set of modules for software and hardware testing using Perl.

SYNOPSIS

A bundle does not have code in it. It is only a list of related modules. It exists only to make it easier to install these modules with one command:

perl -MCPAN -e install Bundle::Test

This bundle, however, in addition to the plain list of modules, also contains some explanation about the modules. There are explanataion even about modules not installed by this bundle but related to testing. Read on.

This bundle installs a set of modules you can use to build all kinds of tests both for your Perl modules and for applications written in any language.

If you know what would you like to test and are looking for the tools, you came to the right place. After reading a short explanation here youll be redirected to the documentation of the respective modules.

If youd like to learn about the testing framework in Perl you should start by reading Test::Tutorial which is a good introduction. After that go on and read the documentation of Test::Simple and Test::More.

Fields that can be tested using Perl

Web Applications

Web Services

Networking devices using Command Line Interface (CLI)

Databases

GUI based applications on Windows

GUI based applications on X-Windows

<<less
Download (0.006MB)
Added: 2007-01-09 License: Perl Artistic License Price:
1018 downloads
Bundle::Posy 0.73

Bundle::Posy 0.73


Bundle::Posy is a bundle to install Posy and major plugins. more>>
Bundle::Posy is a bundle to install Posy and major plugins.

SYNOPSIS

perl -MCPAN -e install Bundle::Posy

CONTENTS

Posy - a website generator inspired by blosxom
Posy::Plugin::TextTemplate - Posy plugin for interpolating with Text::Template
Posy::Plugin::YamlConfig - Posy plugin to read config files in YAML format.
Posy::Plugin::FileStats - Posy plugin to cache file statistics.
Posy::Plugin::AntiSpambot - Posy plugin to obfustcate mail links.
Posy::Plugin::BinFile - Posy plugin to serve (binary) non-entry files.
Posy::Plugin::Canonical - Posy plugin to force redirect to canonical URL.
Posy::Plugin::Categories - Posy plugin to give category links.
Posy::Plugin::CgiCarp - Posy plugin to aid debugging by using CGI::Carp.
Posy::Plugin::CgiFile - Posy plugin to enable drop-in use of CGI scripts inside Posy.
Posy::Plugin::Dump - Posy plugin to aid debugging by dumping object contents
Posy::Plugin::DynamicCss - Posy plugin to load different CSS styles based on the UserAgent.
Posy::Plugin::EntryTitles - Posy plugin to cache entry titles.
Posy::Plugin::FindGrep - Posy plugin to find files using grep.
Posy::Plugin::FlavourMenu - Posy plugin to make a menu of flavours
Posy::Plugin::Info - Posy plugin which give supplementary entry information.
Posy::Plugin::LinkList - Posy plugin to give a dynamic list of links
Posy::Plugin::LinkExtra - Posy plugin to add extras to local links
Posy::Plugin::LocalDepth - Posy plugin to filter by local depth
Posy::Plugin::MultiEntry - Posy plugin to enable multiple entries to display for special entry files.
Posy::Plugin::MultiHeader - Posy plugin to enable multiple header templates.
Posy::Plugin::NearLinks - Posy plugin to give links of articles in the current category
Posy::Plugin::NotFound - Posy plugin to provide a custom Not Found page.
Posy::Plugin::Paginate - Posy plugin to paginate multiple entries.
Posy::Plugin::Pod - Posy plugin to convert POD files to HTML
Posy::Plugin::RandQuote - Posy plugin to give a random quote from a file
Posy::Plugin::ShortBody - Posy plugin to give the start of an entry body
Posy::Plugin::TextToHTML - Posy plugin to convert plain text files to HTML
Posy::Plugin::ThemeCss - Posy plugin for Cascading Style Sheet themes
Posy::Plugin::ThisFlavour - Posy plugin to change local links to the current flavour
Posy::Plugin::Toc - Posy plugin create a table of contents

This bundle includes all the modules used by the Posy website content management system, and all the major plugins for the Posy system. It does NOT include the modules upon which they depend.

A Bundle is a module that simply defines a collection of other modules. It is used by the CPAN module to automate the fetching, building and installing of modules from the CPAN ftp archive sites.

Posy is a website content management system inspired by the design of blosxom. The filesystem is the database, there are flavour templates, and plugins. However, this system doesnt require one to write ones entry files in a particular format; one can choose from pure HTML, plain text, or blosxom format. And other formats can be dealt with by plugins.

<<less
Download (0.003MB)
Added: 2006-10-07 License: Perl Artistic License Price:
1113 downloads
Bundle::Kwiki 0.02

Bundle::Kwiki 0.02


Bundle::Kwiki is a subset of modules that are good plugins of Kwiki. more>>
Bundle::Kwiki is a subset of modules that are good plugins of Kwiki.

SYNOPSIS

A bundle does not have code in it. It is only a list of related modules. It exists only to make it easier to install these modules with one command:

perl -MCPAN -e install Bundle::Kwiki

or

perl -MCPANPLUS -e install Bundle::Kwiki

for those who want to contribute testreports to the developers.

This bundle installs a subset of the modules you can use along with Kwiki If youd like to get other modules added to this bundle contact Gabor Szabo.

Kwiki - The Kwiki Wiki Building Framework, further details at http://www.kwiki.org/
Kwiki::RecentChanges - List pages that were recently changed (how long ago can be configured)
Kwiki::UserName - Enable user to set their name in the preferences so changes will show they did it
Kwiki::UserPreferences - Enable the setting of various User Preferences
Kwiki::Archive::Rcs - Version control using RCS
Kwiki::Comments - Kwiki::Comments is a Kwiki plugin that allow anyone to leave comments to a Page, just like Slash comments or MT comments.
Kwiki::NewPage - Adds a naviagion link/button to create a new page without first adding a link to that page.
Kwiki::Favorites - Users will be allowed to select pages as their Favorites. Links to those pages are available through a link from the navigation bar.
Kwiki::Revisions - Assuming you have one of the Archive plugins enabled this plugin lets users see prvious versions of a page. (for diffs see Kwiki::Diff)
Kwiki::Search - Enables a plain text search button for searching the content of the pages
Kwiki::RecentChangesRSS - Kwiki RSS Plugin
Kwiki::Icons::Gnome - This is a Kwiki icons package that includes icons from Gnome. Specifically, they were copied from the gnome-icon-theme Debian package.
Kwiki::Diff - Display differences between the current wiki page and older revisions. Need one of the Archive plugins and the Kwiki::Revisions plugin
Kwiki::Autoformat - Autoformat preformatted text using Text::Autoformat
Kwiki::Email - Enables one to set an e-mail address in the preferences

<<less
Download (0.002MB)
Added: 2006-10-09 License: Perl Artistic License Price:
1110 downloads
Bundle::Perl6 0.07

Bundle::Perl6 0.07


Bundle::Perl6 is a Perl bundle to install Perl6-related modules. more>>
Bundle::Perl6 is a Perl bundle to install Perl6-related modules.

SYNOPSIS

perl -MCPAN -e install Bundle::Perl6

CONTENTS

Attribute::Handlers - Simpler definition of attribute handlers
Attribute::Types - Attributes that confer type on variables
Attribute::Overload - Attribute that makes overloading easier
Attribute::TieClasses - Attribute wrappers for CPAN Tie classes
Attribute::Util - A selection of general-utility attributes
Attribute::Deprecated - Mark deprecated methods
CLASS - Alias for __PACKAGE__
Class::Object - Each object is its own class
Coro - create and manage coroutines
Exporter::Simple - Easier set-up of module exports with attributes
NEXT - Provide a pseudo-class NEXT for method redispatch
Scalar::Properties - Run-time properties on scalar variables
Switch - A switch statement for Perl
Perl6::Binding - implement Perl6 aliasing features
Perl6::Classes - First class classes in Perl 5
Perl6::Currying - Perl 6 subroutine currying for Perl 5
Perl6::Export - Implements the Perl 6 is export(...) trait
Perl6::Form - Implements the Perl 6 form built-in
Perl6::Gather - Implements the Perl 6 gather/take control structure in Perl 5
Perl6::Interpolators - Use Perl 6 function-interpolation syntax
Perl6::Parameters - Perl 6-style prototypes with named parameters
Perl6::Placeholders - Perl 6 implicitly declared parameters for Perl 5
Perl6::Say - Implements the Perl 6 say (print-with-newline) function
Perl6::Tokener - Its a Perl 6 tokener. It tokenises Perl 6.
Perl6::Variables - Perl 6 variable syntax for Perl 5
UNIVERSAL::exports - Lightweight, universal exporting of variables
Want - Implement the want() command

<<less
Download (0.003MB)
Added: 2007-05-26 License: Perl Artistic License Price:
881 downloads
Bundle::DBWIZ 0.01

Bundle::DBWIZ 0.01


Bundle::DBWIZ is a Perl CPAN Bundle for DBWIZ. more>>
Bundle::DBWIZ is a Perl CPAN Bundle for DBWIZ.

SYNOPSIS

C< perl -MCPAN -e install Bundle::DBWIZ >

CONTENTS

Class::DBI
Class::DBI::mysql
Module::Build
Exception::Class
Exception::Class::DBI
SQL::Abstract
MIME::Tools
SOAP::Lite
Parallel::ForkManager
Data::Serializer
Time::HiRes
Apache::Session::File
Template
YAML
Net::IPAddress

<<less
Download (0.002MB)
Added: 2007-05-25 License: Perl Artistic License Price:
882 downloads
JInto 0.10.3

JInto 0.10.3


JInto is a plugin for Eclipse for editing resource bundles. more>>
JInto project is a plugin for Eclipse that lets the developer easily edit and maintain resource bundles (files that hold the localized strings for an application).
Main features:
- Parallel editing of all language versions (side by side)
- Warnings, when no text has been provided for a specific key
- Warnings, when the text for one key is identical for different languages
- Warnings, when the text for all languages of two different keys is identical
- Locate unused strings
- Locate strings that are referenced, but not actually defined in the resource bundle
- Search function for the resource bundle
- Simple adding of new languages to a resource bundle
JInto is published under the Eclipse Public License (the same licence as Eclipse itself).
Enhancements:
- A bug in the resource bundle search was fixed.
<<less
Download (0.43MB)
Added: 2005-12-01 License: GPL (GNU General Public License) Price:
1526 downloads
Bundle::Knetrix 1.0

Bundle::Knetrix 1.0


Bundle::Knetrix is a Perl bundle to install all Knetrix required modules. more>>
Bundle::Knetrix is a Perl bundle to install all Knetrix required modules.

SYNOPSIS

perl -MCPAN -e install Bundle::Knetrix

CONTENTS

Apache AutoLoader Business::CreditCard Carp Class::Delegation Class::MakeMethods::Composite::Hash Compress::Zlib Crypt::TripleDES Cyrus::SIEVE::managesieve Data::Dumper DBI Digest::MD5 DynaLoader Email::Valid Error Exporter ExtUtils::MakeMaker File::Spec Geo::PostalCode HTML::Entities HTML::Parser Image::Size Image::Thumbnail IO::Scalar IPC::Shareable IPC::SysV Log::Log4perl Mail::IMAPClient Mail::IMAPClient::BodyStructure MIME::Base64 MIME::Decoder Number::Format PDF::Template POSIX Storable Switch Symbol Template Term::ANSIColor Tie::Hash::Expire Time::HiRes Time::Local URI::Escape URI::Find::Schemeless XML::Simple XML::XPath

head1 DESCRIPTION

This bundle defines modules, required by Knetrix.

<<less
Download (0.002MB)
Added: 2007-05-25 License: Perl Artistic License Price:
882 downloads
Bundle::Encode 0.03

Bundle::Encode 0.03


Bundle::Encode is a Perl bundle to install Encode modules and dependencies. more>>
Bundle::Encode is a Perl bundle to install Encode modules and dependencies.

SYNOPSIS

perl -MCPAN -e install Bundle::Encode

CONTENTS

Text::Iconv
Module::Build
Module::Build::Compat
Test::Simple
Test::More
Unicode::Japanese
CGI
ExtUtils::CBuilder
XML::Parser::Expat
IO::File
MIME::Base64
Getopt::Std
Getopt::Long
Unicode::Normalize
Font::TTF
Compress::Zlib
Spiffy
Cwd
File::Find
File::Path
FindBin
Config
Test::Builder
Test::Base
HTML::Entities::Pictogram
XSLoader
IDNA::Punycode
Net::IDN::Nameprep
Unicode::Normalize
Unicode::String
Scalar::Util
Encoding::BER
encoding::split
encoding::warnings
HTML::Encoding
Term::Encoding
XML::Encoding
Template::Provider::Encoding
Catalyst::Plugin::Unicode::Encoding
Email::MIME::Encodings
Convert::Charmap
Encode
Encode::IBM
Encode::compat
Encode::InCharset
Encode::JIS2K
Encode::ZapCP1252
Encode::Unicode::Japanese
Encode::HEBCI
Encode::Detect
Encode::HanConvert
Encode::Registry
Encode::TECkit
Encode::UTR22
Encode::DoubleEncodedUTF8
Encode::First
Encode::JavaScript::UCS
Encode::JP::Mobile
Encode::Punycode
Encode::BOCU1
Encode::BOCU1::XS
Encode::EUCJPMS
Encode::CNMap
Encode::Unicode::UTF7
Encode::IMAPUTF7
Encode::Mapper

<<less
Download (0.002MB)
Added: 2007-05-25 License: Perl Artistic License Price:
882 downloads
Bundle::Gnome2 0.12

Bundle::Gnome2 0.12


Bundle::Gnome2 is a bundle to install all the Gtk2 and Gnome2 modules. more>>
Bundle::Gnome2 is a bundle to install all the Gtk2 and Gnome2 modules.

SYNOPSIS

# perl -MCPAN -e install Bundle::Gnome2

CONTENTS

ExtUtils::Depends - Easily build XS extensions that depend on XS extensions
ExtUtils::PkgConfig - simplistic interface to pkg-config
IO::Scalar - IO:: interface for reading/writing a scalar
Locale::gettext - message handling functions
Glib - Perl wrappers for the GLib utility and Object libraries
Gtk2 - Perl interface to the 2.x series of the Gimp Toolkit library
Gtk2::Phat - Perl interface to the Phat widget collection
Gtk2::SourceView - Perl wrappers for the GtkSourceView widget
Gtk2::Spell - Bindings for GtkSpell with Gtk2
Gtk2::TrayIcon - Perl interface to the EggTrayIcon library
Gtk2::TrayManager - Perl bindings for EggTrayManager
Gtk::CV - a fast gtk+ image viewer modeled after xv
Gtk2::Ex::Carp - GTK+ friendly die() and warn() functions.
Gtk2::Ex::ComboBox - A simple ComboBox with multiple selection capabilities.
Gtk2::Ex::Datasheet::DBI - A module that automates the process of setting up a treeview tied to a DBI connection.
Gtk2::Ex::DBI - A module that automates the process of tying data from a DBI datasource to widgets on a Glade-generated form
Gtk2::Ex::DBITableFilter - A high level widget to present large amounts of data fetched using DBI. Also provides data filtering capabilities.
Gtk2::Ex::Dialogs - Useful tools for Gnome2/Gtk2 Perl GUI design.
Gtk2::Ex::FormFactory - Makes building complex GUIs easy
Gtk2::Ex::Geo - A Perl Gtk2 widget for spatial data and a glue class for using it
Gtk2::Ex::Graph::GD - A thin wrapper around the GD::Graph module.
Gtk2::Ex::ICal::Recur - A widget for scheduling a recurring set of events.
Gtk2::Ex::PrintDialog - a simple, pure Perl dialog for printing PostScript data in GTK+ applications.
Gtk2::Ex::PodViewer - a Gtk2 widget for displaying Plain old Documentation (POD)
Gtk2::Ex::RecordsFilter - A high level widget to browse reasonably large amounts of relational data and select a subset of records.
Gtk2::Ex::Simple::List - A simple interface to Gtk2s complex MVC list widget
Gtk2::Ex::Simple::Menu - A simple interface to Gtk2s ItemFactory for creating application menus
Gtk2::Ex::Simple::Tree - A simple interface to Gtk2s complex MVC tree widget
Gtk2::Ex::Threads::DBI - Achieving *asynchronous DBI like* functionality for gtk2-perl applications using perl ithreads.
Gtk2::Ex::TreeMaker - A high level widget to represent a set of relational records in a hierarchical spreadsheet kinda display.
Gtk2::Ex::TreeMap - Implementation of TreeMap.
Gtk2::Ex::Utils - Extra Gtk2 Utilities for working with Gnome2/Gtk2 in Perl.
Gtk2::Ex::VolumeButton - widget to control volume and similar values
Gtk2Fu - GTK2 Forked Ultimate, a powerful layer on top of Gtk2.
Gtk2::GladeXML - Perl wrappers for the Gtk2::GladeXML utilities
Gtk2::GladeXML::Simple - A clean object-oriented interface to Gtk2::GladeXML
Gtk2::MozEmbed - Perl interface to the Mozilla embedding widget
Gnome2::Canvas - Perl interface to the Gnome Canvas
Gnome2::Dia - Perl interface to the DiaCanvas2 library
Gnome2::GConf - Perl wrappers for the GConf configuration engine
Gnome2 - Perl interface to the 2.x series of the GNOME libraries
Gnome2::Print - Perl wrappers for the Gnome Print utilities
Gnome2::Rsvg - Perl interface to the RSVG library
Gnome2::VFS - Perl interface to the 2.x series of the GNOME VFS library
Gnome2::Vte - Perl interface to the VTE library
Gnome2::Wnck - Perl interface to the Window Navigator Construction Kit
X11::FreeDesktop::DesktopEntry - Interface to Freedesktop.org .desktop files
DESCRIPTION ^
This module bundles together all the Perl libraries available for developing applications using the 2.x series of Gtk+ and Gnome. As well as the core toolkit libraries there are also extra widgets (like Gtk2::PodViewer) and bindings for libraries including gtkspell and libwnck.

IMPORTANT NOTE

Almost all the modules in this bundle are wrappers around C libraries - naturally, you will have to have those libraries (and their development headers) installed before you try to install this bundle.

<<less
Download (0.002MB)
Added: 2006-10-09 License: Perl Artistic License Price:
1110 downloads
Bundle::ePortal 0.09

Bundle::ePortal 0.09


Bundle::ePortal is a Perl bundle with all ePortal related modules. more>>
Bundle::ePortal is a Perl bundle with all ePortal related modules.

SYNOPSIS

perl -MCPAN -e install Bundle::ePortal

CONTENTS

Apache::Request
CGI
Data::Dumper
Date::Calc
DBD::mysql
DBI
Digest::MD5
Error
HTML::Mason
Image::Size
List::Util
Mail::Sendmail
MIME::Base64
Net::LDAP
Params::Validate
Spreadsheet::WriteExcel
Storable
Text::Wrap
Unicode::Map8
Unicode::String
URI
ePortal::Server

<<less
Download (0.002MB)
Added: 2007-05-26 License: Perl Artistic License Price:
884 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5