~ubuntu-branches/ubuntu/precise/libdbd-pg-perl/precise

« back to all changes in this revision

Viewing changes to t/99_pod.t

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-05-08 21:26:44 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080508212644-rakbay66fhvhv21a
Tags: 2.6.6-1
* New upstream release.
* Add build dependencies on libtest-pod-perl, libtest-pod-coverage-perl in
  order to activate additional tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!perl
2
2
 
3
3
## Check our Pod, requires Test::Pod
 
4
## Also done if available: Test::Pod::Coverage
4
5
 
5
6
use strict;
6
7
use warnings;