aboutsummaryrefslogtreecommitdiff
path: root/t/syntax.t
Commit message (Collapse)AuthorAge
* Run autopkgtest tests using autodep8 and the pkg-perl team's infrastructureSimon McVittie2015-11-30
|
* avoid syntax checking cvs, since it needs File::Chdir, whichJoey Hess2012-04-27
| | | | is not a build dep
* Merge commit 'upstream/master' into pub/pointrigeri2009-06-06
|\ | | | | | | | | | | | | | | | | Conflicts: debian/changelog debian/control Signed-off-by: intrigeri <intrigeri@boum.org>
| * stop using perl -T hereJoey Hess2009-05-22
| | | | | | | | | | | | | | See bug #411786. Perl's random corruption of the taint flag is even effecting the untainting of source filenames now (which AFAICS, is a proper untaint and always worked before..), and that makes using ikiwiki in perl taint mode not work at all.
* | Merge commit 'upstream/master' into prv/pointrigeri2009-01-18
|\| | | | | | | | | | | Conflicts: t/syntax.t
| * load rpc xml lib on the flyJoey Hess2009-01-17
| | | | | | | | | | This way, enabling the plugin via websetup is safe, it can't leave ikiwiki in a broken state.
* | Merge commit 'upstream/master' into prv/pointrigeri2009-01-17
|\| | | | | | | | | | | | | | | | | Conflicts: IkiWiki/Plugin/editpage.pm IkiWiki/Plugin/skeleton.pm.example doc/plugins/write.mdwn t/syntax.t
| * blogspam: New plugin, adding spam filtering for page editing / comment ↵Joey Hess2009-01-16
| | | | | | | | posting using the BlogSpam.net API.
* | syntax.t: skip po since it uses a perl module not in build depsintrigeri2008-10-18
|/ | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* test skeleton.pm.exampleJoey Hess2008-08-03
|
* finish with rcs plugin conversionJoey Hess2008-07-26
|
* skip amazon_s3 since it uses a perl module not in build depsJoey Hess2008-05-09
|
* * Exclude external plugin from syntax check since it uses a module that isjoey2007-09-07
| | | | not in the build depends. Closes: #441171
* test suite fixesjoey2007-08-21
|
* * Rename ikiwiki.pl so MakeMaker doesn't see it, and install it.joey2006-11-20
| | | | | | | | | * Add some code to the build system that tries to determine if the lib installation directory is in @INC. If it's not, munge ikiwiki to hardcode the path to the lib directory. This should allow installing ikiwiki in nonstandard locations, including home directories, by just setting PREFIX at build time. * Fix nested examples directory in deb.
* improve diagnosticsjoey2006-09-25
|
* * Ship ikiwiki executable as ikiwiki.pl in source to avoid issues onjoey2006-08-08
| | | | case-sensative filesystems like OSX.
* add a syntax checkjoey2006-05-03