Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

require package name permissions to use a dist name #80

Closed
wants to merge 27 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
3578aa9
what pkg governs permissions for a dist?
rjbs Apr 14, 2013
aae3638
simplify examine_dist, break into subroutines
rjbs Apr 14, 2013
c7b3ec2
stop indexing single-pm-file dists
rjbs Apr 14, 2013
c1aa224
refactor more of examine_pms to simplify skimming
rjbs Apr 14, 2013
c2579ed
refactor The Ultimate Sanity Check
rjbs Apr 14, 2013
3b57c95
dbh is not used in parse_version, do not discon
rjbs Apr 14, 2013
c33b63d
set up transactiona round examine_pms so we can rollback
rjbs Apr 14, 2013
cd19c50
implement the "got permissions?" check for distname perms
rjbs Apr 14, 2013
84d6cef
tests to show that distname permcheck happens (incomplete)
rjbs Apr 14, 2013
b36cdb7
test for error email body looking right
rjbs Apr 14, 2013
f883c52
start up the grandfather list... it will get big
rjbs Apr 14, 2013
46bab24
update the refactoring of indexing for new "skip perl-like" code
rjbs Mar 13, 2014
5da6d40
improve diagnostics from PAUSE email tests
rjbs Mar 13, 2014
0f11adc
correct some test output from index tests
rjbs Mar 13, 2014
779a924
make all mldistwatch tests pass...
rjbs Mar 13, 2014
5ccda42
test for a bit more specific text in case-sens error mail
rjbs Mar 13, 2014
017f4d2
implement file_not_updated_ok
rjbs Mar 13, 2014
cf59816
finally implement file_not_updated_ok!
rjbs Mar 13, 2014
24d4bdf
be more aggressive in converting distname to distpkg
rjbs Mar 15, 2014
8cc330a
notice .pm.bz2 files, too!
rjbs Mar 15, 2014
60aa521
cope with "my name is 0"
rjbs Mar 15, 2014
2def0ba
send a skip report for .pm.gz files
rjbs Mar 15, 2014
79f72c6
avoid newlines in dumped oneline output
rjbs Mar 15, 2014
10598cb
test for skip report on .pm.gz file
rjbs Mar 15, 2014
2b06af7
use the logging mechanism, not warn
rjbs Mar 15, 2014
61eefd5
correct an incorrect expectation
rjbs Mar 15, 2014
767a03e
avoid some uninitialized-category warnings
rjbs Mar 15, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file not shown.
5 changes: 5 additions & 0 deletions corpus/mld/006-distname/authors/O/OP/OPRIME/Y-3/MANIFEST
@@ -0,0 +1,5 @@
MANIFEST
lib/Bug/Gold.pm
Makefile.PL
META.yml
t/00-nop.t
11 changes: 11 additions & 0 deletions corpus/mld/006-distname/authors/O/OP/OPRIME/Y-3/META.yml
@@ -0,0 +1,11 @@
---
name: Bug-Gold
version: 10.001
abstract: the Bug-Gold dist
author:
- OPRIME <OPRIME@cpan.local>
generated_by: Module::Faker version
license: unknown
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.3.html
version: 1.3
10 changes: 10 additions & 0 deletions corpus/mld/006-distname/authors/O/OP/OPRIME/Y-3/Makefile.PL
@@ -0,0 +1,10 @@
use ExtUtils::MakeMaker;

WriteMakefile(
DISTNAME => "Bug-Gold",
NAME => "Bug::Gold",
VERSION => "9.001",
ABSTRACT => 'the Bug-Gold dist',
PREREQ_PM => {
},
);
@@ -0,0 +1,3 @@
package Bug::Gold;
our $VERSION = '10.001';
1
3 changes: 3 additions & 0 deletions corpus/mld/006-distname/authors/O/OP/OPRIME/Y-3/t/00-nop.t
@@ -0,0 +1,3 @@
#!perl
use Test::More tests => 1;
ok(1);
Binary file added corpus/mld/dot-pm/authors/O/OP/OPRIME/Matrix.pm.gz
Binary file not shown.