~ubuntu-branches/ubuntu/raring/libdevel-pragma-perl/raring

« back to all changes in this revision

Viewing changes to t/require_4.pm

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2012-04-22 00:28:54 UTC
  • Revision ID: package-import@ubuntu.com-20120422002854-88zt34apr9nwlh8u
Tags: upstream-0.54
ImportĀ upstreamĀ versionĀ 0.54

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package require_4;
 
2
 
 
3
use strict;
 
4
use warnings;
 
5
 
 
6
sub test() { __PACKAGE__ }
 
7
 
 
8
1;