Search results for "module:version"
SDL2::version - Information About the Version of SDL in Use
SDL2::version represents the library's version as three levels: major, minor, and patch level....
SANKO/SDL2-FFI-0.08 - 29 Nov 2021 02:01:01 UTC
version::dev - Set $VERSION based on version from git tags
Sometimes you do not explicitly set $VERSION in the module source code that you're working on. For example, you're using Dist::Zilla with a plugin that will set $VERSION during build, so only your built version of modules will have their $VERSION set...
PERLANCAR/version-dev-0.001 - 14 Apr 2019 10:49:38 UTC
DMA::Version - Version number handling class.
This Class handles parsing, storage and creation of version strings in any format you choose. To handle your desired layout of fields, you must create an DMA::Version object with a printf style format code to build one; a regular expression to break ...
DALEAMON/DMAMisc-1.01-3 - 01 Sep 2008 10:57:40 UTC
Git::Version - Git version objects
"Git::Version" offers specialized version objects that can compare strings corresponding to a Git version number. The actual comparison is handled by Git::Version::Compare, so the strings can be version numbers, tags from "git.git" or the output of "...
BOOK/Git-Version-1.000 - 21 Feb 2016 20:19:38 UTC
VCS::Version - module for access to a VCS version
VCS::Version abstracts a single revision of a file under version control....
ETJ/VCS-0.25 - 05 Jun 2016 21:19:57 UTC
Perl::Version - Parse and manipulate Perl version strings
Perl::Version provides a simple interface for parsing, manipulating and formatting Perl version strings. Unlike version.pm (which concentrates on parsing and comparing version strings) Perl::Version is designed for cases where you'd like to parse a v...
BDFOY/Perl-Version-1.013 - 12 Feb 2014 20:58:43 UTC
Dpkg::Version - handling and comparing dpkg-style version numbers
The Dpkg::Version module provides pure-Perl routines to compare dpkg-style version numbers (as used in Debian packages) and also an object oriented interface overriding perl operators to do the right thing when you compare Dpkg::Version object betwee...
GUILLEM/Dpkg-1.22.1 - 30 Oct 2023 03:47:45 UTC
true::VERSION - shim to allow modules to depend on true.pm
This module exists to work around bugs in the dependency system which prevent modules from depending on true. Instead of depending on true, depend on true::VERSION with the same version number. This module was introduced with version 0.16 of true....
CHOCOLATE/true-v1.0.2 - 10 Nov 2020 22:44:41 UTC
File::Version - Simple File Versioning Class
This module is useful for creating and locating different versions of a file. For example, let's say you're working with a first generation file named foo.txt. Before proceeding, we gather some information about the foo.txt family tree: my %args = ( ...
BROOM/File-Version-0.02 - 05 Apr 2003 05:14:33 UTC
DBIx::Version - Perl extension for getting database software name and version.
DBIx::Version lets you query which database software and version you are connected to. Return Examples: (undef, undef, undef) ('mysql', '4.0.17', '4.0.17-standard-log') ('postgresql', '7.4.1', 'PostgreSQL 7.4.1 on i686-pc-linux-gnu, compiled by GCC g...
JBRIGGS/DBIx-Version-0.01 - 27 Jan 2004 08:31:00 UTC
CPAN::Version - utility functions to compare CPAN versions
This module mediates between some version that perl sees in a package and the version that is published by the CPAN indexer. It's only written as a helper module for both CPAN.pm and CPANPLUS.pm. As it stands it predates version.pm but has the same g...
ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC
Test::Version - Check to see that version's in modules are sane
This module's goal is to be a one stop shop for checking to see that your versions across your dist are sane. Please ensure that you use version 0.04 or later only, as earlier versions are old code and may not work correctly. Current feature list: mo...
PLICEASE/Test-Version-2.09 - 25 Apr 2018 13:41:19 UTC
Version::Next - increment module version numbers simply and correctly
This module provides a simple, correct way to increment a Perl module version number. It does not attempt to guess what the original version number author intended, it simply increments in the smallest possible fashion. Decimals are incremented like ...
DAGOLDEN/Version-Next-1.000 - 25 Feb 2016 19:38:26 UTC
Version::Util - Version-number utilities
This module provides several convenient functions related to version numbers, e.g. for comparing them....
PERLANCAR/Version-Util-0.732 - 22 Sep 2022 04:59:00 UTC
Mnet::Version - Returns Mnet version information
Mnet::Version makes available an Mnet::Version::info function that can be used by other scripts and modules. our $VERSION = "1.00"; User scripts can use the above command to declare a version number string that will be detected by this module and inc...
MMENZA/Mnet-5.25 - 13 Jun 2023 13:55:35 UTC
version::Limit - Perl extension for fine control of permitted versions
In a mature, highly structured development environment, it is sometimes desireable to exert a more fine-grained versioning model than that permitted by the default behavior. With the standard Perl version model, it is only possible to establish a max...
JPEACOCK/version-Limit-0.0301 - 26 Jul 2007 14:53:11 UTC
Cisco::Version - Cisco 'show version' parser
This module is a parser for Cisco 'show version'. We try to parse as much useful information as possible from the 'show version' output : software version, chassis type, memory information, flash information, uptime etc. The 'show version' output may...
MWALLRAF/Cisco-Version-0.02 - 23 Jul 2007 21:10:01 UTC