File: BaseTest.pm

package info (click to toggle)
libsyntax-highlight-engine-kate-perl 0.09%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,828 kB
  • ctags: 2,233
  • sloc: perl: 84,049; ruby: 176; asm: 166; sh: 162; cpp: 144; jsp: 128; haskell: 116; f90: 99; python: 98; ml: 75; xml: 43; yacc: 37; ansic: 32; tcl: 29; lisp: 24; makefile: 14; awk: 13; php: 5
file content (10 lines) | stat: -rw-r--r-- 197 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
package Syntax::Highlight::Engine::Kate::BaseTest;

our $VERSION = '0.07';

use strict;
use warnings;

# stub, just to get indexed by PAUSE and hide old version of this file from CPAN smokers.

1;