Skip to content

Commit

Permalink
Restore mailto bugtracker
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Nov 23, 2020
1 parent 837ea88 commit cd24e12
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 13 deletions.
5 changes: 3 additions & 2 deletions Build.PL
Expand Up @@ -5,7 +5,7 @@ use warnings;
use Module::Build;

Module::Build->new(
module_name => 'Sub::Private',
module_name => 'Sub::Private',
license => 'perl',
# dist_author => 'Peter Makholm <peter@makholm.net>',
dist_author => 'Nigel Horne <njh@bandsman.co.uk>',
Expand All @@ -24,7 +24,8 @@ Module::Build->new(
meta_merge => {
resources => {
# repository => 'http://github.com/pmakholm/sub-private-perl/tree/master',
repository => 'http://github.com/nigelhorne/Sub-Private/tree/master',
repository => 'http://github.com/nigelhorne/Sub-Private',
bugtracker => 'http://github.com/nigelhorne/Sub-Private/issues',
}
},
)->create_build_script();
2 changes: 0 additions & 2 deletions MANIFEST
Expand Up @@ -4,8 +4,6 @@ examples/Foo.pm
examples/private-test.pl
lib/Sub/Private.pm
MANIFEST
META.json
META.yml
README
t/00-load.t
t/01-private.t
Expand Down
74 changes: 65 additions & 9 deletions MANIFEST.SKIP
@@ -1,11 +1,67 @@
^_build
^Build$
^blib

#!start included /usr/local/perls/perl-5.18.1/lib/5.18.1/ExtUtils/MANIFEST.SKIP
# Avoid version control files.
\bRCS\b
\bCVS\b
\bSCCS\b
,v$
\B\.svn\b
\B\.git\b
\B\.github\b
\B\.gitignore\b
\b_darcs\b
\B\.cvsignore$

# Avoid VMS specific MakeMaker generated files
\bDescrip.MMS$
\bDESCRIP.MMS$
\bdescrip.mms$

# Avoid Makemaker generated and utility files.
\bMANIFEST\.bak
\bMakefile$
\bblib/
\bMakeMaker-\d
\bpm_to_blib\.ts$
\bpm_to_blib$
\bblibdirs\.ts$ # 6.18 through 6.25 generated this

# Avoid Module::Build generated and utility files.
\bBuild$
\b_build/
\bBuild.bat$
\bBuild.COM$
\bBUILD.COM$
\bbuild.com$

# Avoid temp and backup files.
~$
\.old$
\#$
\b\.#
\.bak$
\.par$
^MANIFEST\.SKIP$
\.tar\.gz$
.git
^MYMETA\.yml$
^MYMETA\.json$
\.tmp$
\.#
\.rej$
\.yml$
\.swp$

# Avoid OS-specific files/dirs
# Mac OSX metadata
\B\.DS_Store
# Mac OSX SMB mount metadata files
\B\._

# Avoid Devel::Cover and Devel::CoverX::Covered files.
\bcover_db\b
\bcovered\b

# Avoid MYMETA files
^MYMETA\.
#!end included /usr/local/perls/perl-5.18.1/lib/5.18.1/ExtUtils/MANIFEST.SKIP

\.travis\.yml
\.appveyor\.yml
\.releaserc
\.lwpcookies
Sub-.*

0 comments on commit cd24e12

Please sign in to comment.