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

Search results for "WYANT"

satpass - Predict satellite passes over an observer. River stage one • 7 direct dependents • 8 total dependents

WYANT/Astro-satpass-0.131 - 16 Mar 2024 12:52:20 UTC - Search in distribution

perl5180delta - what is new for perl v5.18.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the v5.16.0 release and the v5.18.0 release. If you are upgrading from an earlier release such as v5.14.0, first read perl5160delta, which describes differences between v5.14.0 and v5.16.0....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

sudokug - Script to solve sudoku-like puzzles. River stage zero No dependents

WYANT/Games-Sudoku-General-0.027 - 05 Apr 2022 13:04:02 UTC - Search in distribution

pbtool - Manipulate Mac OS X pasteboards/clipboards. River stage one • 1 direct dependent • 1 total dependent

WYANT/Mac-Pasteboard-0.104 - 19 Dec 2023 13:35:34 UTC - Search in distribution

changes River stage three • 51 direct dependents • 102 total dependents

RJBS/MIME-Lite-3.033 - 12 Jun 2021 15:53:07 UTC - Search in distribution
  • MailTool - Handy-dandy MIME mailing class

Perl::Critic - Critique Perl source code for best-practices. River stage three • 133 direct dependents • 408 total dependents

Perl::Critic is an extensible framework for creating and applying coding standards to Perl source code. Essentially, it is a static source code analysis engine. Perl::Critic is distributed with a number of Perl::Critic::Policy modules that attempt to...

PETDANCE/Perl-Critic-1.152 - 17 Oct 2023 04:09:08 UTC - Search in distribution

Astro::UTDF - Manipulate Universal Tracking Data Format data River stage zero No dependents

WYANT/Astro-UTDF-0.012 - 09 Aug 2021 12:49:49 UTC - Search in distribution

simbadc - Access the SIMBAD 4 astronomical database. River stage zero No dependents

WYANT/Astro-SIMBAD-Client-0.047 - 07 Jan 2023 14:59:09 UTC - Search in distribution

Astro::App::Satpass2 - Forecast satellite visibility. River stage zero No dependents

WYANT/Astro-App-Satpass2-0.054 - 31 Mar 2024 15:41:47 UTC - Search in distribution

Astro::SpaceTrack - Retrieve orbital data from www.space-track.org. River stage one • 1 direct dependent • 2 total dependents

This package retrieves orbital data from the Space Track web site <https://www.space-track.org> and several others. You must register and get a user name and password before you can get data from Space Track. Other methods ("celestrak()", "amsat()", ...

WYANT/Astro-SpaceTrack-0.164 - 31 Jan 2024 14:47:03 UTC - Search in distribution

PPIx::Regexp - Represent a regular expression of some sort River stage three • 9 direct dependents • 167 total dependents

The purpose of the PPIx-Regexp package is to parse regular expressions in a manner similar to the way the PPI package parses Perl. This class forms the root of the parse tree, playing a role similar to PPI::Document. This package shares with PPI the ...

WYANT/PPIx-Regexp-0.088 - 28 Feb 2023 11:54:05 UTC - Search in distribution

List::SomeUtils - Provide the stuff missing in List::Util River stage three • 21 direct dependents • 596 total dependents

List::SomeUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util. All of the below functions are implementable in only a couple of lines of Perl code. Using the functions from this module howev...

DROLSKY/List-SomeUtils-0.59 - 11 Dec 2022 04:38:34 UTC - Search in distribution

Time::Local - Efficiently compute time from local and GMT time River stage five • 214 direct dependents • 12277 total dependents

This module provides functions that are the inverse of built-in perl functions "localtime()" and "gmtime()". They accept a date as a six-element array, and return the corresponding time(2) value in seconds since the system epoch (Midnight, January 1,...

DROLSKY/Time-Local-1.35 - 29 Apr 2023 21:22:04 UTC - Search in distribution

DateTime::Event::Easter - Returns Easter events for DateTime objects River stage one • 6 direct dependents • 8 total dependents

The DateTime::Event::Easter module returns Easter events for DateTime objects. From a given datetime, it can tell you the previous, the following and the closest Easter event. The 'is' method will tell you if the given DateTime is an Easter Event. Ea...

JFORGET/DateTime-Event-Easter-1.09 - 12 Nov 2019 06:29:02 UTC - Search in distribution

File::LibMagic - Determine MIME types of data or files using libmagic River stage two • 16 direct dependents • 27 total dependents

The "File::LibMagic" module is a simple perl interface to libmagic from the file package (version 4.x or 5.x). You will need both the library (libmagic.so) and the header file (magic.h) to build this Perl module. Installing libmagic On Debian/Ubuntu ...

DROLSKY/File-LibMagic-1.23 - 29 Aug 2020 03:57:26 UTC - Search in distribution

Date::Manip::Changes6 - changes in Date::Manip 6.xx River stage three • 61 direct dependents • 201 total dependents

SBECK/Date-Manip-6.95 - 01 Mar 2024 16:18:57 UTC - Search in distribution

Class::Inspector - Get information about a class and its structure River stage four • 121 direct dependents • 5261 total dependents

Class::Inspector allows you to get information about a loaded class. Most or all of this information can be found in other ways, but they aren't always very friendly, and usually involve a relatively high level of Perl wizardry, or strange and unusua...

PLICEASE/Class-Inspector-1.36 - 19 Jul 2019 12:36:51 UTC - Search in distribution

Mac::PropertyList - work with Mac plists at a low level River stage two • 11 direct dependents • 13 total dependents

This module is a low-level interface to the Mac OS X Property List (plist) format in either XML or binary. You probably shouldn't use this in applications–build interfaces on top of this so you don't have to put all the heinous multi-level object stu...

BDFOY/Mac-PropertyList-1.504 - 08 Jul 2022 03:18:32 UTC - Search in distribution

DateTime::TimeZone - Time zone object base class and factory River stage four • 91 direct dependents • 3701 total dependents

This class is the base class for all time zone objects. A time zone is represented internally as a set of observances, each of which describes the offset from GMT for a given time period. Note that without the DateTime module, this module does not do...

DROLSKY/DateTime-TimeZone-2.62 - 02 Feb 2024 02:17:46 UTC - Search in distribution

PPIx::QuoteLike - Parse Perl string literals and string-literal-like things. River stage one • 5 direct dependents • 8 total dependents

This Perl class parses Perl string literals and things that are reasonably like string literals. Its real reason for being is to find interpolated variables for Perl::Critic policies and similar code. The parse is fairly straightforward, and a little...

WYANT/PPIx-QuoteLike-0.023 - 16 Sep 2022 13:16:09 UTC - Search in distribution
50 results (0.046 seconds)