schwern

Portland, OR, USA
 

Managed Projects

Test::More

  Analyzed 1 day ago

Test-Simple contains Test::More, the most popular testing module for Perl, as well as Test::Builder which is the most popular module for writing more testing modules. It also contains Test::Simple, the simplest possible testing module. Test-Simple makes use of TAP (the Test Anything Protocol).

39.8K lines of code

5 current contributors

23 days since last commit

129 users on Open Hub

Low Activity
4.81081
   
I Use This
Licenses: Artistic_..., gpl

ExtUtils::MakeMaker

  Analyzed about 21 hours ago

When you type "perl Makefile.PL" the Makefile is generated by MakeMaker. MakeMaker is a very cross-platform, Makefile generation tool specific to installing Perl modules. It works on every operating system that Perl does, and that means a LOT of operating systems. All Unixen, all versions of ... [More] Windows and yes, VMS. MakeMaker works with many different flavors and versions of make including GNU make, nmake, dmake, mms and mmk. If you're looking for some hard core cross platform code, look no further. MakeMaker is always looking for more testers and contributors using non-mainstream operating systems and makes. MakeMaker hopes to be retired someday, perhaps by Module::Build. [Less]

26.6K lines of code

10 current contributors

3 months since last commit

50 users on Open Hub

Very Low Activity
4.125
   
I Use This
Licenses: Artistic_..., gpl

Method::Signatures

  Analyzed 2 days ago

Method declarations and signatures in Perl with no source filter! use Method::Signatures; method new ($class: %args) { return bless {%args}, $class; } method get ($key) { return $self->{$key}; } method set ($key, $val) { return $self->{$key} = $val; }

4.49K lines of code

2 current contributors

over 5 years since last commit

0 users on Open Hub

Inactive
5.0
 
I Use This