~ubuntu-branches/ubuntu/saucy/libpod-pom-perl/saucy-proposed

« back to all changes in this revision

Viewing changes to t/11-view-pod.t

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur, Ryan Niebur, gregor herrmann
  • Date: 2009-03-23 18:30:11 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090323183011-zr2gif7sl6fe7vsq
Tags: 0.24-1
[ Ryan Niebur ]
* New upstream release
* add myself to uploaders
* fix pod2man errors and add whatis entries to all man pages
  - use quilt
  - add README.source
* update upstream copyright

[ gregor herrmann ]
* debian/copyright: add information for files under inc/.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/perl -w                                         # -*- perl -*-
 
2
# $Id: 10-features.t 4114 2009-03-04 22:28:43Z andrew $
 
3
 
 
4
use strict;
 
5
use Cwd qw(abs_path);
 
6
use FindBin qw($Bin);
 
7
use lib ($Bin, "$Bin/../lib");
 
8
use PodPOMTestLib;
 
9
 
 
10
run_tests(View => 'Pod');
 
11