Skip to content

Commit 8b690bb

Browse files
committed
Release 0.01
1 parent 1d6b38c commit 8b690bb

File tree

3 files changed

+77
-0
lines changed

3 files changed

+77
-0
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Revision history for Data-Random-String-Matches
2+
3+
0.01 Mon Oct 27 21:11:53 EDT 2025
4+
First draft

MANIFEST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
bin/random-string
2+
Changes
23
lib/Data/Random/String/Matches.pm
34
LICENSE
45
Makefile.PL
56
MANIFEST This list of files
7+
MANIFEST.SKIP
68
README.md
79
t/30-basics.t
810
t/40-advanced.t

MANIFEST.SKIP

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
2+
#!start included /usr/local/perls/perl-5.18.1/lib/5.18.1/ExtUtils/MANIFEST.SKIP
3+
# Avoid version control files.
4+
\bRCS\b
5+
\bCVS\b
6+
\bSCCS\b
7+
,v$
8+
\B\.svn\b
9+
\B\.git\b
10+
\B\.github\b
11+
\B\.gitignore\b
12+
\b_darcs\b
13+
\B\.cvsignore$
14+
15+
# Avoid VMS specific MakeMaker generated files
16+
\bDescrip.MMS$
17+
\bDESCRIP.MMS$
18+
\bdescrip.mms$
19+
20+
# Avoid Makemaker generated and utility files.
21+
\bMANIFEST\.bak
22+
\bMakefile$
23+
\bblib/
24+
\bMakeMaker-\d
25+
\bpm_to_blib\.ts$
26+
\bpm_to_blib$
27+
\bblibdirs\.ts$ # 6.18 through 6.25 generated this
28+
29+
# Avoid Module::Build generated and utility files.
30+
\bBuild$
31+
\b_build/
32+
\bBuild.bat$
33+
\bBuild.COM$
34+
\bBUILD.COM$
35+
\bbuild.com$
36+
37+
# Avoid temp and backup files.
38+
~$
39+
\.old$
40+
\#$
41+
\b\.#
42+
\.bak$
43+
\.tmp$
44+
\.#
45+
\.rej$
46+
\.yml$
47+
\.swp$
48+
49+
# Avoid OS-specific files/dirs
50+
# Mac OSX metadata
51+
\B\.DS_Store
52+
# Mac OSX SMB mount metadata files
53+
\B\._
54+
55+
# Avoid Devel::Cover and Devel::CoverX::Covered files.
56+
\bcover_db\b
57+
\bcover_html\b
58+
\bcoverage_history\b
59+
\bcovered\b
60+
61+
# Avoid MYMETA files
62+
^MYMETA\.
63+
#!end included /usr/local/perls/perl-5.18.1/lib/5.18.1/ExtUtils/MANIFEST.SKIP
64+
65+
\.travis\.yml
66+
\.appveyor\.yml
67+
\.releaserc
68+
\.lwpcookies
69+
Data-.*
70+
.test-script-*
71+
typescript

0 commit comments

Comments
 (0)