~ubuntu-branches/ubuntu/natty/libmodule-info-perl/natty

« back to all changes in this revision

Viewing changes to t/lib/Baz.pm

  • Committer: Bazaar Package Importer
  • Author(s): Jay Bonci
  • Date: 2003-10-06 10:51:04 UTC
  • Revision ID: james.westby@ubuntu.com-20031006105104-1b67d55zyyay6jvo
Tags: upstream-0.24
ImportĀ upstreamĀ versionĀ 0.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package Baz;
 
2
 
 
3
print "Hello", "World"
 
4
# the syntax error is intentional!
 
5
print "\n";
 
6
 
 
7
1;