Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.932 Times

Mymodule freeware
 

Mymodule

Added: September 09, 2010 | Visits: 1.165

Test::Unit::TestSuite Test::Unit::TestSuite is a unit testing framework base class. SYNOPSIS use Test::Unit::TestSuite; # more code here ... sub suite { my $class = shift; # create an empty suite my $suite = Test::Unit::TestSuite->empty_new("A Test Suite"); # get and add an existing suite... Platforms: *nix

License: Freeware Size: 45.06 KB Download (152): Test::Unit::TestSuite Download

Added: October 04, 2010 | Visits: 974

Module::Reload::Selective Module::Reload::Selective can reload Perl modules during development. SYNOPSIS Instead of: use Foobar::MyModule; Do this: use Module::Reload::Selective; &Module::Reload::Selective->reload(qw(Foobar::MyModule)); Or, if you need the "import" semantics of "use", do this: use... Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Module::Reload::Selective Download

Added: March 02, 2010 | Visits: 1.058

ExtUtils::CBuilder ExtUtils::CBuilder is a Perl module to compile and link C code for Perl modules. SYNOPSIS use ExtUtils::CBuilder; my $b = ExtUtils::CBuilder->new(%options); $obj_file = $b->compile(source => MyModule.c); $lib_file = $b->link(objects => $obj_file); This module can build the C portions of... Platforms: *nix

License: Freeware Size: 19.46 KB Download (92): ExtUtils::CBuilder Download

Added: January 25, 2010 | Visits: 712

Test::LectroTest Test::LectroTest is a Perl module with easy, automatic, specification-based tests. SYNOPSIS #!/usr/bin/perl -w use MyModule; # contains code we want to test use Test::LectroTest; Property { ##[ x <- Int, y <- Int ]## MyModule::my_function( $x, $y ) >= 0; }, name => "my_function output... Platforms: *nix

License: Freeware Size: 54.27 KB Download (91): Test::LectroTest Download

Added: April 26, 2010 | Visits: 874

Test::LectroTest::Property Test::LectroTest::Property is a Perl module with properties that make testable claims about your software. SYNOPSIS use MyModule; # provides my_function_to_test use Test::LectroTest::Generator qw( :common ); use Test::LectroTest::Property qw( Test ); use Test::LectroTest::TestRunner; my... Platforms: *nix

License: Freeware Size: 54.27 KB Download (87): Test::LectroTest::Property Download

Added: June 15, 2013 | Visits: 548

Migrate Extras Migrate Extras is a package of files that integrate the Migrate Module with many of the non-core modules available for drupal, allowing you to import content from other modules, older versions of drupal, or a non-drupal CMS.Hear Awesome Lullabot Podcast: Migrate mentioned at 1h:19mCurrent... Platforms: PHP

License: Freeware Size: 20.48 KB Download (46): Migrate Extras Download

Added: July 18, 2013 | Visits: 342

Ubercart Affiliate v2 onBeforeUnload API The onBeforeUnload module provides an API to allow other modules use the onBeforeUnload event of the browser window.This module does not provide any direct functionally, it rather provides a centralized API that other modules can use to take advantage of the onBeforeUnload event of the browser... Platforms: PHP

License: Freeware Size: 10 KB Download (46): Ubercart Affiliate v2 onBeforeUnload API Download

Added: November 12, 2013 | Visits: 354

criticism criticism enforces coding standards and promotes best-practices by running your file through Perl::Critic before every execution. In a production system, this usually isn't feasible because it adds a lot of overhead at start-up. If you have a separate development environment, you can effectively... Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): criticism Download

Added: August 14, 2013 | Visits: 410

Module::Mask Sometimes you need to test what happens when a given module is not installed. Module::Mask is a Perl module that provides a way of temporarily hiding installed modules from perl's require mechanism. The Module::Mask object adds itself to @INC and blocks require calls to restricted modules.... Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): Module::Mask Download