~ubuntu-branches/ubuntu/warty/libwww-perl/warty

« back to all changes in this revision

Viewing changes to t/local/get.t

  • Committer: Bazaar Package Importer
  • Author(s): Michael Alan Dorman
  • Date: 2004-06-18 16:11:57 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040618161157-6t4bfw7luro4fi9v
Tags: 5.800-1
* New upstream version. (closes: bug#254742)
* Fix problem of dangling symlinks---was really a result of the
  Makefile.PL changing up on us (closes: bug#252638)

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
 
68
68
if ($origtext eq $copytext) {
69
69
    print "ok 1\n";
70
 
} else {
 
70
}
 
71
else {
71
72
    print "not ok 1\n";
72
73
}
73
74
 
87
88
 
88
89
if ($origtext eq $copytext) {
89
90
    print "ok 2\n";
90
 
} else {
 
91
}
 
92
else {
91
93
    print "not ok 2\n";
92
94
}