File tree Expand file tree Collapse file tree 3 files changed +77
-0
lines changed
Expand file tree Collapse file tree 3 files changed +77
-0
lines changed Original file line number Diff line number Diff line change 1+ Revision history for Data-Random-String-Matches
2+
3+ 0.01 Mon Oct 27 21:11:53 EDT 2025
4+ First draft
Original file line number Diff line number Diff line change 11bin/random-string
2+ Changes
23lib/Data/Random/String/Matches.pm
34LICENSE
45Makefile.PL
56MANIFEST This list of files
7+ MANIFEST.SKIP
68README.md
79t/30-basics.t
810t/40-advanced.t
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments