Home
last modified time | relevance | path

Searched +full:cpan +full:- +full:changes (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/
H A DChangeLog3 2023-12-30
6 2022-08-22
7 * Release 1.32 to CPAN
10 2022-04-14
11 * Release 1.31 to CPAN
14 2022-01-1
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/t/
H A Dchanges.t4 # t/changes.t
7 # Test script to check CPAN::Changes conformance.
35 require Test::CPAN::Changes;
36 Test::CPAN::Changes->import();
41 plan skip_all => 'Test::CPAN::Changes required to test Changes';
/openbsd-src/gnu/usr.bin/perl/dist/Time-HiRes/
H A DChanges5 - Remove obsolete vms code
6 - Use core version compare
7 - Use GIMME_V instead of the deprecated GIMME
8 - t/utime.t: dragonflybsd has only microsecond precision
9 - t/utime.t: dragonflybsd is noatime by default
10 - t/stat.t: skip testing access times on HaikuOS, it doesn't support
12 - darwin: make sure the compiler can find the system perl headers
14 - darwin: make sure PERL_DARWIN is defined on darwin.
15 - don't compare stat and lstat atime if PERL_FILE_ATIME_CHANGES is set in
18 - do
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Text-Balanced/t/
H A D94_changes.t7 # Test script to check CPAN::Changes conformance.
35 require Test::CPAN::Changes;
36 Test::CPAN::Changes->import();
41 plan skip_all => 'Test::CPAN::Changes required to test Changes';
/openbsd-src/gnu/usr.bin/perl/dist/Data-Dumper/
H A DChanges3 2.183 2021-07-05 NWCLARK
4 - No changes from previous dev release.
7 2.182_51 2021-07-03 NWCLARK
8 - For the optional array of names for the values, Dumpxs now handles names
13 2.182_50 2021-07-01 NWCLARK
14 - Output qr'$foo' correctly (using a suggestion from Eirik Berg Hanssen)
17 2.182 2021-06-30 NWCLARK
18 - Reformatted Data-Dumper Changes as per CPAN::Changes::Spec (GH #18952)
21 2.181_50 2021-06-29 NWCLARK
22 - Set bugtracker metadata to https://github.com/Perl/perl5/issues
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/
H A DChangeLog1 2012-02-01 Zefram <zefram@fysh.org>
4 objects, because there is no such overloading type [rt.cpan.org
7 * Remove execute bit from test scripts in CPAN tarball.
11 2011-06-21 Zefram <zefram@fysh.org>
21 * In test suite, remove obsolete and now-incomplete handling of
28 2011-05-03 Zefram <zefram@fysh.org>
42 2009-02-08 Jarkko Hietaniemi <jhi@iki.fi>
45 found by Steffen Mueller, 5.10-aware (lexical $_) fix by Abigail.
49 2008-12-27 Jarkko Hietaniemi <jhi@iki.fi>
51 * Resolve rt.cpan.org report:
[all …]
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl.pod3 perl - The Perl 5 language interpreter
7 B<perl> S<[ B<-sTtuUWX> ]>
8 S<[ B<-hv> ] [ B<-V>[:I<configvar>] ]>
9 S<[ B<-cw> ] [ B<-d>[B<t>][:I<debugger>] ] [ B<-D>[I<number/list>] ]>
10 S<[ B<-pna> ] [ B<-F>I<pattern> ] [ B<-
[all...]
H A Dperl5142delta.pod5 perl5142delta - what is new for perl v5.14.2
18 No changes since 5.14.0.
22 =head2 C<File::Glob::bsd_glob()> memory error with GLOB_ALTDIRFUNC (CVE-2011-2728)
31 =head2 C<Encode> decode_xs n-byte heap-overflow (CVE-2011-2939)
36 =head1 Incompatible Changes
38 There are no changes intentionall
[all...]
H A Dperl5261delta.pod5 perl5261delta - what is new for perl v5.26.1
17 =head2 [CVE-2017-12837] Heap buffer overflow in regular expression compiler
19 Compiling certain regular expression patterns with the case-insensitive
24 =head2 [CVE-2017-12883] Buffer over-read in regular expression parser
31 =head2 [CVE-2017-12814] C<$ENV{$key}> stack buffer overflow on Windows
37 =head1 Incompatible Changes
39 There are no changes intentionally incompatible with 5.26.0. If any exist,
69 =head2 Platform-Specific Notes
79 Building with B<g++> on FreeBSD-11.0 has been fixed.
95 Building XS modules with GCC 6 in a 64-bit build of Perl failed due to
[all …]
H A Dperl5223delta.pod5 perl5223delta - what is new for perl v5.22.3
17 =head2 B<-Di> switch is now required for PerlIO debugging output
21 B<-T> or B<-t> switches hadn't been parsed yet.
25 C<PERLIO_DEBUG> even when the B<-T> switch had been supplied.
27 Perl now requires the B<-Di> switch to produce PerlIO debugging output. By
31 If perl is running setuid or the B<-T> switch was supplied C<PERLIO_DEBUG> is
32 ignored and the debugging output is sent to C<stderr> as for any other B<-D>
49 changes to L<base>. We hope to have a fix for L<base> in Perl 5.22.4.
61 BEGIN { pop @INC if $INC[-1] eq '.' }
73 pop @INC if $INC[-1] eq '.';
[all …]
H A Dperl5263delta.pod5 perl5263delta - what is new for perl v5.26.3
17 =head2 [CVE-2018-12015] Directory traversal in module Archive::Tar
24 L<[cpan #125523]|https://rt.cpan.org/Ticket/Display.html?id=125523>
26 =head2 [CVE-2018-18311] Integer overflow leading to buffer overflow and segmentation fault
35 =head2 [CVE-2018-18312] Heap-buffer-overflow write in S_regatom (regcomp.c)
37 A crafted regular expression could cause heap-buffer-overflow write during
42 =head2 [CVE-2018-18313] Heap-buffer-overflow read in S_grok_bslash_N (regcomp.c)
44 A crafted regular expression could cause heap-buffer-overflow read during
49 =head2 [CVE-2018-18314] Heap-buffer-overflow write in S_regatom (regcomp.c)
51 A crafted regular expression could cause heap-buffer-overflow write during
[all …]
H A Dperl5202delta.pod5 perl5202delta - what is new for perl v5.20.2
15 =head1 Incompatible Changes
17 There are no changes intentionally incompatible with 5.20.1. If any exist,
38 Fixes CVE-2014-4330 by adding a configuration variable/option to limit
87 position is past the 2GB mark on 32-bit systems.
118 =head2 Changes to Existing Documentation
156 The following additions or changes have been made to diagnostic output,
160 =head2 Changes to Existing Diagnostics
203 L<[cpan #91183]|https://rt.cpan.org/Ticket/Display.html?id=91183>,
204 L<[cpan #85570]|https://rt.cpan.org/Ticket/Display.html?id=85570>
[all …]
H A Dperlnewmod.pod3 perlnewmod - preparing a new module for distribution
9 via CPAN.
23 packaging up the solution into a module and uploading it to CPAN so that
31 We're going to primarily concentrate on Perl-only modules here, rather
33 you should consider different things before distributing them - the
37 well to an XS module as a pure-Perl one.
48 format into a hash-of-hashes in Perl, turning that into a tree, walking
52 write something to talk the protocol from scratch - you'd almost
54 it is up to you: you might want protocol-level modules analogous to
68 =head2 Step-by-step: Preparing the ground
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/I18N-LangTags/
H A DChangeLog2 Time-stamp: "2004-10-06 23:26:53 ADT"
4 2011-06-12
10 2004-10-06 Sean M. Burke sburke@cpan.org
15 locale-IDs with at-signs in them, like 'it_IT.utf8@euro' or
19 new locale-ID name-styles.
22 * Release 0.34 -- never happened, because of an upload error
25 2004-07-01 Sean M. Burke sburke@cpan.org
35 2004-06-20 Sean M. Burke sburke@cpan.org
44 2004-06-17 Sean M. Burke sburke@cpan.org
56 list return values. Thanks to Rafael Garcia-Suarez and the
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DHistory.pm5 package CPAN::Meta::History;
11 # ABSTRACT: history of CPAN Meta Spec changes
17 =encoding UTF-8
21 CPAN::Meta::History - history of CPAN Meta Spec changes
29 The CPAN Meta Spec has gone through several iterations. It was
32 sometimes by design and sometimes to reflect real-world usage after the
35 This document reconstructs the history of the CPAN Meta Spec based on
44 CPAN-Meta distribution and will be published on CPAN as
45 L<CPAN::Meta::Spec>.
48 decimal portions will correspond to a release date for the CPAN::Meta
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Net-Ping/
H A DChanges1 CHANGES
2 -------
3 2.75 2022-09-01 12:44:03 rurban
5 - Modernized the synopsis (PR #31)
6 - Fixed a link in a comment (PR #25)
7 META Changes
8 - Remove some TEST_REQUIRES (PR #23)
10 - Support NO_NETWORK_TESTING=1 (PR #24)
11 - Fix non-routable addresses for negative tests (PR #24)
12 2.74 2020-09-09 09:21:39 rurban
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Exporter/
H A DChanges4 - Minor tweaks to Makefile.PL to reflect that the file require 5.006,
5 - Fixed the LICENSE field to be 'perl_5' and not 'perl'.
6 - Whitespace cleanup on Changes
9 - Document non-inheriting as default mechanism
10 - Make Exporter strict and warnings compliant
13 - Fix leading spaces in Exporter error message
14 - Switch to github actions for pre-releas
[all...]
/openbsd-src/gnu/usr.bin/perl/dist/Safe/
H A DChanges2 - reval was not propagating void context properly.
6 - critical bugfix: outside packages could be replaced (fix in Opcode)
9 - Doc and presentation nits
12 - Doc and test fixes for newer perls
15 - localize %SIG in the Safe compartment
16 - actually check that we call execution methods on a Safe object
19 - Test bug #111462, Safe + %^H + disallowed ops (Father Chrysostomos)
27 - Make Safe play nice with Devel::Cover
30 - Now need to use code points above 255 to get SWASHNEW to load
33 - Fix bad interaction with loading Tie::Hash::NamedCapture
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/IO/
H A DChangeLog2 * XS changes for getline/getlines to support reference counted stacks
22 * Fix dist/IO/poll.h for mingw-w64 runtimes 9.0 and later
43 * Update search.cpan.org URLs
62 IO 1.42 - Jan 20 2020 - Todd Rinaldo
63 * Point IO support to perl/perl5 not dual-life/IO
65 IO 1.41 - Jan 20 2020 - Todd Rinaldo
66 * Switch pre-release testing to github actions.
69 IO 1.41_50 -
[all...]
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges1 Revision history for Devel-PPPort
3 3.68 - 2022-03-18
8 3.67 - 2022-03-08
15 3.66 - 2022-03-02
19 3.65 - 2022-03-02
24 * devel/regenerate: Add --skip-devels option
27 3.64 - 2022-02-01
29 * Fix: Only use '-Wdeclaration-after-statement' if possible
34 3.63 - 2021-07-06
39 * various internal changes
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/
H A DREADME.release1 Release instructions for dual-life ExtUtils::CBuilder
8 $ git clean -dxf
10 2. Rsync the ExtUtils-CBuilder directory to a temporary directory for
13 $ rsync -av --delete dist/ExtUtils-CBuilder /tmp
17 $ cd /tmp/ExtUtils-CBuilder
19 4. Look at the Changes file. If it was not kept up to date in blead,
21 changes back to blead later.
37 8. If all looks good, create a tarball and upload it to CPAN (maybe
38 install CPAN::Uploader or an equivalent tool)
41 $ cpan_upload ExtUtils-CBuilder-X.YYYZZZ.tar.gz
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Search-Dict/
H A DREADME.release1 Release instructions for dual-life Search::Dict
8 $ git clean -dxf
10 2. Rsync the Search-Dict directory to a temporary directory for
13 $ rsync -av --delete dist/Search-Dict /tmp
17 $ cd /tmp/Search-Dict
19 4. Look at the Changes file. If it was not kept up to date in blead,
21 changes back to blead later.
37 8. If all looks good, create a tarball and upload it to CPAN (maybe
38 install CPAN::Uploader or an equivalent tool)
41 $ cpan_upload Search-Dict-X.YYYZZZ.tar.gz
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/scripts/
H A Dcpan3 BEGIN { pop @INC if $INC[-1] eq '.' }
7 use App::Cpan;
8 use CPAN::Version;
10 if ( CPAN::Version->vlt($App::Cpan::VERSION, $minver) ) {
11 …warn "WARNING: your version of App::Cpan is $App::Cpan::VERSION while we would expect at least $mi…
15 my $rc = App::Cpan->run( @ARGV );
22 cpan - easily interact with CPAN from the command line
27 cpan module_name [ module_name ... ]
30 cpan [-cfFimtTw] module_name [ module_name ... ]
33 cpan -I module_name [ module_name ... ]
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
H A DVanilla-Perl.tml3 --- yaml
11 image_dir: c:\vanilla-perl
15 - name: dmake
16 url: http://search.cpan.org/CPAN/authors/id/S/SH/SHAY/dmake-4.5-20060619-SHAY.zip
24 - name: gcc-core
25 url: http://umn.dl.sourceforge.net/mingw/gcc-core-3.4.5-20060117-1.tar.gz
31 - name: gcc-g++
32 url: http://umn.dl.sourceforge.net/mingw/gcc-g++-3.4.5-20060117-1.tar.gz
36 - name: binutils
37 url: http://umn.dl.sourceforge.net/mingw/binutils-2.16.91-20060119-1.tar.gz
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/docs/
H A Ddocknot.yaml10 # Copyright 1999-2010, 2012-2022 Russ Allbery <rra@cpan.org>
12 # SPDX-License-Identifier: MIT
17 maintainer: Russ Allbery <rra@cpan.org>
24 - holder: Russ Allbery <rra@cpan.org>
25 years: 1999-2010, 2012-2022
30 cpan: podlators
35 email: rra@cpan.org
56 - name: pod-man
58 - name: pod-text
60 - name: pod-text-color
[all …]

12345678910>>...13