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

Search results for "MSCHWERN"

bisect.pl - use git bisect to pinpoint changes River stage five • 11292 direct dependents • 32664 total dependents

Together bisect.pl and bisect-runner.pl attempt to automate the use of "git bisect" as much as possible. With one command (and no other files) it's easy to find out * Which commit caused this example code to break? * Which commit caused this example ...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution
  • bisect.pl - use git bisect to pinpoint changes

mite - A Perl OO compiler River stage zero No dependents

mite is a Perl compiler for Mite, a Moose-like module for doing object oriented code. Unlike others, code using Mite has no dependencies, *even on Mite itself*. mite allows you to write object-oriented Perl modules without any dependencies. There is ...

TOBYINK/Mite-0.012000 - 12 Dec 2022 20:44:49 UTC - Search in distribution

Path::Tiny - File path utility River stage four • 891 direct dependents • 7170 total dependents

This module provides a small, fast utility for working with file paths. It is friendlier to use than File::Spec and provides easy access to functions from several other core file handling modules. It aims to be smaller and faster than many alternativ...

DAGOLDEN/Path-Tiny-0.144 - 01 Dec 2022 16:37:45 UTC - Search in distribution

CHANGES River stage zero No dependents

This is a list of the main changes between different versions of SVN::Web. Please see UPDATING.pod for details about any changes you may need to make when updating an SVN::Web installation. 0.63, released Oct 17, 2012 * More improvements to UTF8 hand...

DJZORT/SVN-Web-0.63 - 17 Oct 2012 09:23:24 UTC - Search in distribution

DBIx::Class - Extensible and flexible object <-> relational mapper. River stage three • 342 direct dependents • 452 total dependents

This is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in you...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC - Search in distribution

CPAN::Meta - the distribution metadata for a CPAN dist River stage five • 430 direct dependents • 18921 total dependents

Software distributions released to the CPAN include a META.json or, for older distributions, META.yml, which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the...

DAGOLDEN/CPAN-Meta-2.150010 - 18 Aug 2016 16:11:08 UTC - Search in distribution

utf8::all - turn on Unicode - all of it River stage two • 31 direct dependents • 51 total dependents

The "use utf8" pragma tells the Perl parser to allow UTF-8 in the program text in the current lexical scope. This also means that you can now use literal Unicode characters as part of strings, variable names, and regular expressions. "utf8::all" goes...

HAYOBAAN/utf8-all-0.024 - 05 Jan 2018 08:21:37 UTC - Search in distribution

Sub::Uplevel - apparently run a function in a higher stack frame River stage four • 22 direct dependents • 9238 total dependents

Like Tcl's uplevel() function, but not quite so dangerous. The idea is just to fool caller(). All the really naughty bits of Tcl's uplevel() are avoided. THIS IS NOT THE SORT OF THING YOU WANT TO DO EVERYDAY uplevel uplevel $num_frames, \&func, @args...

DAGOLDEN/Sub-Uplevel-0.2800 - 01 Apr 2017 17:32:42 UTC - Search in distribution

MooseX::Daemonize - Role for daemonizing your Moose based application River stage two • 9 direct dependents • 16 total dependents

Often you want to write a persistent daemon that has a pid file, and responds appropriately to Signals. This module provides a set of basic roles as an infrastructure to do that....

ETHER/MooseX-Daemonize-0.22 - 07 Dec 2019 01:26:55 UTC - Search in distribution

Test::Expectation - A Perl unit test framework based on Ruby's RSpec framework. River stage zero No dependents

If you've never heard of Behavior Driven Development or Test Driven Development then you should probably learn about that first! Take a look at the "SEE ALSO" section for some useful links. The way I like to think of Test Driven Development unit test...

STEVEHA/Test-Expectation-0.06 - 23 Nov 2009 21:59:11 UTC - Search in distribution

DBIx::Class::Schema::Loader - Create a DBIx::Class::Schema based on a database River stage three • 34 direct dependents • 101 total dependents

DBIx::Class::Schema::Loader automates the definition of a DBIx::Class::Schema by scanning database table definitions and setting up the columns, primary keys, unique constraints and relationships. See dbicdump for the "dbicdump" utility. DBIx::Class:...

VEESH/DBIx-Class-Schema-Loader-0.07052 - 06 Jan 2024 20:54:24 UTC - Search in distribution

Mac::iTunes::Library::Item - Perl extension for representing an item (song, URL, video) within an iTunes library. River stage zero No dependents

A data structure for representing an item (song, URL, video) within an iTunes library. Use this along with Mac::iTunes::Library to create an iTunes library from which other information can be gleaned....

DINOMITE/Mac-iTunes-Library-1.0 - 02 Dec 2010 06:27:12 UTC - Search in distribution

Method::Signatures::Simple - Basic method declarations with signatures, without source filters River stage two • 26 direct dependents • 57 total dependents

RHESA/Method-Signatures-Simple-1.07 - 20 Jan 2013 22:06:37 UTC - Search in distribution

Acme::Perl::Consensual - check that your version of Perl is old enough to consent River stage zero No dependents

This module checks that your version of Perl is old enough to consent to sexual activity. It could be considered a counterpart for Modern::Perl. Constructor "new(locale => $locale)" Creates a new Acme::Perl::Consensual object which can act as an age ...

TOBYINK/Acme-Perl-Consensual-0.002 - 18 May 2013 19:20:16 UTC - Search in distribution

Book::Chinese::MasterPerlToday::BeACPANAuthor - Be a CPAN Author River stage zero No dependents

本章主要描述如何成为一个 CPAN 贡献者 您有一个非常好的模块,您想与整个 Perl 社区分享。最好的方式是将您的模块上传到 CPAN,本章将描述如何打包,上传您的模块和一些 CPAN 社区约定俗成的惯例。 PAUSE 上传模块到 CPAN 之前,您首先需要到 PAUSE <http://pause.perl.org/> 申请一个帐号。通常帐号会在一周之内被批准(因为是志愿者自愿维护和批准整个 PAUSE 网站,所以有点慢)。 上传模块将在您通过帐号批准之后,登录 PAUSE 网站,然后点击左...

FAYLAND/Book-Chinese-MasterPerlToday-0.02 - 31 Aug 2009 05:35:44 UTC - Search in distribution

Acme::CPANModules::fgets - List of fgets() implementations in Perl River stage one • 1 direct dependent • 1 total dependent

Reading a line of data from a filehandle in Perl is easy, but Perl will happily slurp line of any length without limit, even gigabytes which can cause your script or system to run out of memory. "fgets()" is a standard I/O C function to get a line of...

PERLANCAR/Acme-CPANModules-fgets-0.003 - 11 Apr 2022 00:05:51 UTC - Search in distribution

Acme::CPANAuthors::DualLife - We are CPAN Authors of Dual Life core modules River stage one • 1 direct dependent • 1 total dependent

This class provides a hash of dual-life core module Authors' PAUSE ID and name to the Acme::CPANAuthors module. It is currently statically generated information, I hope to make it dynamic in the future....

BINGOS/Acme-CPANAuthors-DualLife-0.52 - 19 May 2023 16:37:16 UTC - Search in distribution

Method::Signatures::Simple::ParseKeyword - method and func keywords using Parse::Keyword River stage zero No dependents

RHESA/Method-Signatures-Simple-ParseKeyword-1.14 - 24 Mar 2024 12:48:39 UTC - Search in distribution

Linux::Statm::Tiny::Mite River stage zero No dependents

This is a copy of Mite::Shim....

RRWO/Linux-Statm-Tiny-0.0700 - 26 Jul 2022 16:29:04 UTC - Search in distribution

Acme::CPANAuthors::CPAN::Streaks::MonthlyDistributions::AllTime - Authors with all-time monthly distributions streak (release a new [for them] distribution every month) River stage zero No dependents

Current standings (as of 2024-04-12, produced by cpan-streaks, only streaks with length of at least 6 are included): +-----------+-----+------------+----------+---------+ | author | len | start_date | end_date | status | +-----------+-----+----------...

PERLANCAR/Acme-CPANAuthorsBundle-CPAN-Streaks-20240412.0 - 12 Apr 2024 04:25:16 UTC - Search in distribution
24 results (0.036 seconds)