The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "Aspect"

Aspect - Aspect-Oriented Programming (AOP) for Perl River stage two • 10 direct dependents • 13 total dependents

What is Aspect-Oriented Programming? Aspect-Oriented Programming (AOP) is a programming paradigm which aims to increase modularity by allowing the separation of "cross-cutting "concerns. It includes programming methods and tools that support the modu...

ADAMK/Aspect-1.04 - 09 Apr 2013 05:38:16 UTC - Search in distribution

ODO::Aspect River stage one • 1 direct dependent • 1 total dependent

EKAWAS/PLUTO-0.30 - 12 May 2011 23:49:49 UTC - Search in distribution

Aspect::Loader - load aspect by configuration River stage zero No dependents

This class is the one for Aspect.pm where Aspect is achieved with perl. Aspect.pm is facilitated and the management enabling and operation are facilitated by the configuration file....

HAOSAN/Aspect-Loader-0.03 - 31 Jul 2010 04:19:33 UTC - Search in distribution

MooseX::Aspect - aspect-oriented programming toolkit for Moose River stage zero No dependents

Certain parts of code are cross-cutting concerns. A classic example is the one shown in the example: logging. Other cross-cutting concerns include access control, change monitoring (e.g. setting dirty flags) and database transaction management. Aspec...

TOBYINK/MooseX-Aspect-0.001 - 18 Oct 2012 19:30:42 UTC - Search in distribution

Aspect::Library::Timer - Predefined timer pointcut River stage zero No dependents

"Aspect::Library::Timer" provides support for simple timers aspects....

ADAMK/Aspect-Library-Timer-1.10 - 31 Oct 2012 03:17:48 UTC - Search in distribution

Aspect::Library::Trace - Aspect-oriented function call tracing River stage zero No dependents

Aspect Oriented Programming is a programming paradigm that increases modularity by enabling improved separation of concerns. It is most useful when dealing with cross-cutting concerns that would otherwise require code to be scattered around in many p...

ADAMK/Aspect-Library-Trace-1.00 - 26 May 2011 06:07:58 UTC - Search in distribution

Aspect::Library::Memoize - Cross-cutting memoization River stage zero No dependents

An aspect interface on the Memoize module. Only difference from Memoize module is that you can specify subs to be memoized using pointcuts. Works by memoizing on the 1st call, and calling the memoized version on subsequent calls....

ADAMK/Aspect-Library-Memoize-1.00 - 26 May 2011 06:04:52 UTC - Search in distribution

Aspect::Library::NYTProf - Allows pointcut-targetted NYTProf profiling River stage zero No dependents

Aspect::Library::NYTProf provides a pre-built Aspect library for doing Devel::NYTProf profiling on a targetted subset of your application. This is implemented using the built-in "DB::enable_profile()" and "DB::disable_profile()" functions you might n...

ADAMK/Aspect-Library-NYTProf-1.00 - 26 May 2011 06:05:03 UTC - Search in distribution

UR::Object::View::Aspect - a specification for one aspect of a view River stage one • 1 direct dependent • 1 total dependent

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC - Search in distribution

Aspect::Library::Profiler - reusable method call profiling aspect River stage zero No dependents

This class implements a reusable aspect that profiles subroutine calls. It uses "Benchmark::Timer" to profile elapsed times for your calls to the affected methods. The profiling report will be printed to "STDERR" at the end of program execution. The ...

ADAMK/Aspect-Library-Profiler-1.00 - 26 May 2011 06:06:30 UTC - Search in distribution

Aspect::Library::TestClass - give Test::Class test methods an IUT (implementation under test) River stage zero No dependents

Frequently my "Test::Class" test methods look like this: sub some_test: Test { my $self = shift; my $subject = IUT->new; # send $subject messages and verify expected results ... } After installing this aspect, they look like this: sub some_test: Test...

ADAMK/Aspect-Library-TestClass-1.00 - 26 May 2011 06:22:05 UTC - Search in distribution

X11::XCB::Sizehints::Aspect - aspect ratio size hint River stage zero No dependents

ZHMYLOVE/X11-XCB-0.22 - 24 Nov 2023 10:22:03 UTC - Search in distribution

WWW::Google::Places::Review::Aspect - Represent 'review aspect' of place. River stage zero No dependents

MANWAR/WWW-Google-Places-0.37 - 21 Feb 2019 12:06:24 UTC - Search in distribution

lib/Test/Given/Aspect.pm River stage zero No dependents

ROVJUVANO/Test-Given-0.3.1 - 08 Nov 2013 16:48:03 UTC - Search in distribution

lib/WebService/GData/YouTube/YT/AspectRatio.pm River stage zero No dependents

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC - Search in distribution

SemanticWeb::Schema::HealthAspectEnumeration - HealthAspectEnumeration enumerates several aspects of health content online River stage zero No dependents

HealthAspectEnumeration enumerates several aspects of health content online, each of which might be described using [[hasHealthAspect]] and SemanticWeb::Schema::HealthTopicContent....

RRWO/SemanticWeb-Schema-v23.0.0 - 27 Oct 2023 12:04:42 UTC - Search in distribution

ORLite::Profile - Experimental Aspect-Oriented Profiler for ORLite River stage zero No dependents

ORLite::Profile is an experimental profiler for ORLite. It currently serves as an experimental test-bed for more wide-scoped DBI profiling and monitoring modules. It weaves Aspect-based profiling logic into the DBI layer, below the ORLite logic itsel...

ADAMK/ORLite-Profile-0.01 - 21 Apr 2009 14:23:03 UTC - Search in distribution

Math::FitRect - Resize one rect in to another while preserving aspect ratio. River stage zero No dependents

This module is very simple in its content but can save much time, much like other simplistic modules like Data::Pager. This module is useful for calculating what size you should resize images as for such things as thumbnails....

BLUEFEET/Math-FitRect-0.05 - 18 Feb 2019 06:16:13 UTC - Search in distribution

ack - grep-like text finder River stage two • 24 direct dependents • 28 total dependents

ack is designed as an alternative to grep for programmers. ack searches the named input FILEs or DIRECTORYs for lines containing a match to the given PATTERN. By default, ack prints the matching lines. If no FILE or DIRECTORY is given, the current di...

PETDANCE/ack-v3.7.0 - 27 Feb 2023 14:52:52 UTC - Search in distribution

DBI - Database independent interface for Perl River stage four • 940 direct dependents • 2099 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution
338 results (0.103 seconds)