summaryrefslogtreecommitdiffstats
path: root/t/011pod.t
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-1/+1
dependencies r=dkl,a=dylan
2015-08-31Bug 714724 - correctly encode emails as quoted-printableByron Jones1-0/+1
r=LpSolit,a=sgreen
2015-04-30Bug 1158563: makedocs.pl is unable to load File::Copy::Recursive installed ↵Frédéric Buclin1-0/+1
in bugzilla/lib/ r=dkl a=glob
2015-04-13Bug 1153131: bug 1051056 causes "Undocumented methods: FIELD_MAP" during ↵Frédéric Buclin1-1/+1
t/011pod.t r=dkl,a=glob
2014-09-02Bug 1054175 - Exclude Bugzilla::Migrate:: from requiring POD documentationSimon Green1-0/+1
r=gerv, a=sgreen
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-1/+3
r=dkl a=sgreen
2014-08-10Bug 897915 - Field lists not sorted alphabeticallySimon Green1-0/+1
r=dkl, a=sgreen
2014-06-11Bug 962424: jobqueue's worker process should process messages in batchesByron Jones1-1/+1
r=?,a=?
2013-10-28Bug 930870: With Pod::Coverage 0.23, t/011pod.t fails if a module is not ↵Frédéric Buclin1-2/+2
installed r/a=glob
2013-09-26Bug 784072 (2nd part): Exclude extensions from POD coverage checksFrédéric Buclin1-0/+2
2013-07-31Bug 877078: shift bugmail generation to the jobqueueByron Jones1-0/+1
r=sgreen, a=sgreen
2013-07-24Bug 533878: Allow relative date searches involving date/time custom fieldsByron Jones1-0/+1
r=LpSolit, a=sgreen
2013-02-15Bug 832893: changes jobqueue.pl to spawn worker processes to deliver bugmail ↵Byron Jones1-1/+1
to avoid memory leaks r=dkl, a=LpSolit
2013-01-02Bug 822547: Fix POD coverage bustageByron Jones1-0/+1
2012-11-30Bug 784072: Use Pod::Coverage to make sure that all subroutines are documentedFrédéric Buclin1-1/+70
r=wurblzap a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-15/+6
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2005-07-26Bug 184037: Add t/011pod.t to check POD syntax - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-0/+60
<LpSolit@gmail.com> r=wurblzap a=justdave