The NetBSD Project

CVS log for pkgsrc/devel/p5-Tie-CPHash/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Tie-CPHash

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 6 09:40:22 2023 UTC (4 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

*: recursive bump for perl 5.38

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jun 28 11:33:33 2022 UTC (17 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

*: recursive bump for perl 5.36

Revision 1.2 / (download) - annotate - [select for diffs], Mon May 24 19:51:52 2021 UTC (2 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

*: recursive bump for perl 5.34

Revision 1.1 / (download) - annotate - [select for diffs], Sun Dec 6 09:57:48 2020 UTC (2 years, 11 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4

Add p5-Tie-CPHash version 2.000.

This implements a case preserving but case insensitive hash table.
This means that

    $cphash{KEY}    $cphash{key}
    $cphash{Key}    $cphash{keY}

all refer to the same entry.  Also, the hash remembers which form of
the key was last used to store the entry.  The `keys' and `each'
functions will return the key that was used to set the value.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>