develooper Front page | perl.perl5.changes.mac | Postings from September 2001

PERFORCE change 12210 for review

From:
Chris Nandor
Date:
September 25, 2001 14:51
Subject:
PERFORCE change 12210 for review
Message ID:
p0510031fb7d6a59edd7d@[10.0.1.177]
Change 12210 by pudge@pudge-mobile on 2001/09/25 19:28:20

	Fix rsrc file as snd file; fix path in t file.

Affected files ...

... //depot/maint-5.6/macperl/macos/ext/Mac/Notification/t/Notification.rsrc#2 edit
... //depot/maint-5.6/macperl/macos/ext/Mac/Notification/t/Notification.t#2 edit

Differences ...

==== //depot/maint-5.6/macperl/macos/ext/Mac/Notification/t/Notification.rsrc#2 (apple/text) ====
==== //depot/maint-5.6/macperl/macos/ext/Mac/Notification/t/Notification.t#2 (text) ====
Index: perl/macos/ext/Mac/Notification/t/Notification.t
--- perl/macos/ext/Mac/Notification/t/Notification.t.~1~	Tue Sep 25 13:45:05 2001
+++ perl/macos/ext/Mac/Notification/t/Notification.t	Tue Sep 25 13:45:05 2001
@@ -28,7 +28,7 @@
 # permission.
 #
 chomp($file = `pwd`);
-$file .= ":Notification.rsrc";
+$file .= "Notification.rsrc";
 print $file, "\n";
 ($res = OpenResFile($file)) or die $^E;
 $snd = GetResource("snd ", 128);
End of Patch.



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About