File: 00.load.t

package info (click to toggle)
libregexp-grammars-perl 1.058-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,328 kB
  • sloc: perl: 53,328; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
use Test::More tests => 1;

use Regexp::Grammars;
ok 1;

diag( "Testing Regexp::Grammars $Regexp::Grammars::VERSION" );