- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 91 - 100 of 337 for timestamp:[now/d-1d TO *] (0.02 sec)
-
autodie::skip.txt
package autodie::skip; use strict; use warnings; our $VERSION = '2.37'; # VERSION # This package exists purely so people can inherit from it, # which isn't at all how roles are supposed to work, bu...perldoc.perl.org/autodie::skip.txtRegistered: Thu Apr 03 23:52:43 UTC 2025 - 1.2K bytes - Viewed (0) -
CPAN::Meta::Spec.txt
# XXX RULES FOR PATCHING THIS FILE XXX # Patches that fix typos or formatting are acceptable. Patches # that change semantics are not acceptable without prior approval # by David Golden or Ricardo ...perldoc.perl.org/CPAN::Meta::Spec.txtRegistered: Fri Apr 04 08:13:33 UTC 2025 - 36.1K bytes - Viewed (0) -
Carp.txt
package Carp; { use 5.006; } use strict; use warnings; BEGIN { # Very old versions of warnings.pm load Carp. This can go wrong due # to the circular dependency. If warnings is invoked before Carp, ...perldoc.perl.org/Carp.txtRegistered: Fri Apr 04 00:41:41 UTC 2025 - 35.2K bytes - Viewed (0) -
B::Op_private.txt
# -*- mode: Perl; buffer-read-only: t -*- # # lib/B/Op_private.pm # # Copyright (C) 2014 by Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License o...perldoc.perl.org/B::Op_private.txtRegistered: Fri Apr 04 01:40:38 UTC 2025 - 41K bytes - Viewed (0) -
CPAN::Meta::Validator.txt
use 5.006; use strict; use warnings; package CPAN::Meta::Validator; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmv = CPAN::M...perldoc.perl.org/CPAN::Meta::Validator.txtRegistered: Fri Apr 04 05:58:54 UTC 2025 - 33.1K bytes - Viewed (0) -
Devel::Peek.txt
# Devel::Peek - A data debugging tool for the XS programmer # The documentation is after the __END__ package Devel::Peek; $VERSION = '1.34'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; requir...perldoc.perl.org/Devel::Peek.txtRegistered: Fri Apr 04 07:27:58 UTC 2025 - 17.6K bytes - Viewed (0) -
CPAN::Meta::History::Meta_1_3.txt
=for :stopwords MailingList PODs RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_3 - Version 1.3 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1...perldoc.perl.org/CPAN::Meta::History::Meta_1_3.txtRegistered: Fri Apr 04 07:50:59 UTC 2025 - 18.1K bytes - Viewed (0) -
App::Prove.txt
package App::Prove; use strict; use warnings; use TAP::Harness::Env; use Text::ParseWords qw(shellwords); use File::Spec; use Getopt::Long; use App::Prove::State; use Carp; use base 'TAP::Object'; ...perldoc.perl.org/App::Prove.txtRegistered: Fri Apr 04 01:10:21 UTC 2025 - 18.2K bytes - Viewed (0) -
Digest::MD5.txt
package Digest::MD5; use strict; use warnings; our $VERSION = '2.58_01'; require Exporter; *import = \&Exporter::import; our @EXPORT_OK = qw(md5 md5_hex md5_base64); our @ISA; eval { require Digest...perldoc.perl.org/Digest::MD5.txtRegistered: Fri Apr 04 07:06:13 UTC 2025 - 10.7K bytes - Viewed (0) -
DirHandle.txt
package DirHandle; our $VERSION = '1.05'; =head1 NAME DirHandle - (obsolete) supply object methods for directory handles =head1 SYNOPSIS # recommended approach since Perl 5.6: do not use DirHandle ...perldoc.perl.org/DirHandle.txtRegistered: Fri Apr 04 06:21:30 UTC 2025 - 2K bytes - Viewed (0)