The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "SARTAK"

Task::BeLike::SARTAK - be like shawn artak River stage zero No dependents

SARTAK/Task-BeLike-SARTAK-0.06 - 14 Jun 2015 20:07:52 UTC - Search in distribution

Moose - A postmodern object system for Perl 5 River stage four • 2916 direct dependents • 4004 total dependents

Moose is an extension of the Perl 5 object system. The main goal of Moose is to make Perl 5 Object Oriented programming easier, more consistent, and less tedious. With Moose you can think more about what you want to do and less about the mechanics of...

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC - Search in distribution

Mouse - Moose minus the antlers River stage three • 229 direct dependents • 558 total dependents

Moose is a postmodern object system for Perl5. Moose is wonderful. Unfortunately, Moose has a compile-time penalty. Though significant progress has been made over the years, the compile time penalty is a non-starter for some very specific application...

SKAJI/Mouse-v2.5.10 - 28 Mar 2020 13:17:36 UTC - Search in distribution

Plack - Perl Superglue for Web frameworks and Web Servers (PSGI toolkit) River stage four • 760 direct dependents • 1891 total dependents

Plack is a set of tools for using the PSGI stack. It contains middleware components, a reference server and utilities for Web application frameworks. Plack is like Ruby's Rack or Python's Paste for WSGI. See PSGI for the PSGI specification and PSGI::...

MIYAGAWA/Plack-1.0051 - 05 Jan 2024 23:11:02 UTC - Search in distribution

TAEB - the Tactical Amulet Extraction Bot (for NetHack) River stage zero No dependents

TAEB is a framework for programmatically playing NetHack (<http://nethack.org>). This framework is useful for, among other things, writing autonomous NetHack bots, or providing unconventional interfaces to NetHack for humans. Once installed, run the ...

SARTAK/TAEB-0.03 - 14 Mar 2009 15:25:11 UTC - Search in distribution

Net::Jifty - interface to online Jifty applications River stage one • 1 direct dependent • 2 total dependents

Jifty is a full-stack web framework. It provides an optional REST interface for applications. Using this module, you can interact with that REST interface to write client-side utilities. You can use this module directly, but you'll be better off subc...

SARTAK/Net-Jifty-0.14 - 03 Jan 2011 23:06:31 UTC - Search in distribution

prophet - main script River stage one • 1 direct dependent • 1 total dependent

IOANR/Prophet-0.751 - 20 May 2013 03:28:38 UTC - Search in distribution

Dist::Zilla - distribution builder; installer not included! River stage three • 655 direct dependents • 710 total dependents

Dist::Zilla builds distributions of code to be uploaded to the CPAN. In this respect, it is like ExtUtils::MakeMaker, Module::Build, or Module::Install. Unlike those tools, however, it is not also a system for installing code that has been downloaded...

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC - Search in distribution

Any::Moose - (DEPRECATED) use Moo instead! River stage three • 117 direct dependents • 300 total dependents

ETHER/Any-Moose-0.27 - 08 Nov 2016 03:37:58 UTC - Search in distribution

nopaste - command-line utility to nopaste River stage two • 26 direct dependents • 29 total dependents

See the documentation of App::Nopaste::Command....

ETHER/App-Nopaste-1.013 - 23 Jul 2019 02:01:01 UTC - Search in distribution

perldtrace - Perl's support for DTrace River stage five • 11292 direct dependents • 32664 total dependents

DTrace is a framework for comprehensive system- and application-level tracing. Perl is a DTrace *provider*, meaning it exposes several *probes* for instrumentation. You can use these in conjunction with kernel-level probes, as well as probes from oth...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

CSS::Tidy - reformat CSS River stage zero No dependents

This reformats CSS. The idea is to have a formatting script which can be used to consistently format CSS....

BKB/CSS-Tidy-0.04 - 30 Jul 2022 10:55:45 UTC - Search in distribution

Carp::REPL - read-eval-print-loop on die and/or warn River stage two • 4 direct dependents • 11 total dependents

ETHER/Carp-REPL-0.18 - 06 Jun 2015 03:00:30 UTC - Search in distribution

MooseX::Unique - Make your Moose instances as unique as you are River stage zero No dependents

This module uses MooseX::InstanceTracking to keep track of your instances. If an attribute has a unique flag set, and a new attribute is requested with the same value, the original will be returned. This is useful if * If you are creating several att...

EALLENIII/MooseX-Unique-0.005 - 23 Jun 2011 02:31:42 UTC - Search in distribution

Announcements - communicate across the object network River stage zero No dependents

This Announcements library implements a relatively simple extension of the observer pattern for permitting the observers of an event to communicate amongst eachother and with the publisher of the event. Many implementations of the observer pattern us...

SARTAK/Announcements-0.01 - 26 May 2011 19:49:50 UTC - Search in distribution

Date::Extract - Extract probable dates from strings River stage one • 3 direct dependents • 4 total dependents

ETHER/Date-Extract-0.07 - 16 Jan 2023 19:50:49 UTC - Search in distribution

MooseX::Storage - A serialization framework for Moose classes River stage two • 38 direct dependents • 83 total dependents

MooseX::Storage is a serialization framework for Moose, it provides a very flexible and highly pluggable way to serialize Moose classes to a number of different formats and styles. Levels of Serialization There are three levels to the serialization, ...

ETHER/MooseX-Storage-0.53 - 18 Apr 2020 03:48:20 UTC - Search in distribution

Text::XLogfile - Read and write xlogfiles River stage one • 1 direct dependent • 1 total dependent

ETHER/Text-XLogfile-0.06 - 01 Sep 2015 02:17:27 UTC - Search in distribution

IM::Engine - The HTTP::Engine of instant messaging River stage one • 1 direct dependent • 1 total dependent

IM::Engine abstracts away the details of talking through different IM services. A Jabber bot will be essentially the same as an AIM bot, so IM::Engine facilitates switching between these different services. It is currently alpha quality with serious ...

SARTAK/IM-Engine-0.06 - 18 Aug 2009 08:51:48 UTC - Search in distribution

Class::Load - A working (require "Class::Name") and more River stage four • 282 direct dependents • 4985 total dependents

"require EXPR" only accepts "Class/Name.pm" style module names, not "Class::Name". How frustrating! For that, we provide "load_class 'Class::Name'". It's often useful to test whether a module can be loaded, instead of throwing an error when it's not ...

ETHER/Class-Load-0.25 - 10 Jun 2018 20:56:51 UTC - Search in distribution
76 results (0.098 seconds)