| Newsgroups |
perl.cvs.mod_parrot |
| Message-ID |
<[email protected]> |
cvsuser 02/06/07 20:55:03
Modified: eg demo2.pasm
Log:
need .Apache with the new assembler
Revision Changes Path
1.4 +6 -6 mod_parrot/eg/demo2.pasm
Index: demo2.pasm
===================================================================
RCS file: /cvs/public/mod_parrot/eg/demo2.pasm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -r1.3 -r1.4
--- demo2.pasm 29 May 2002 17:28:50 -0000 1.3
+++ demo2.pasm 8 Jun 2002 03:55:03 -0000 1.4
@@ -1,4 +1,4 @@
- new P0,Apache
+ new P0,.Apache
get_args S0,P0
concat S0, "you passed me ", S0
ap_print P0,S0