Freudian slip error in perlsub.pod
[p5sagit/p5-mst-13.2.git] / pod / perlsub.pod.rej
1 ***************
2 *** 371,377 ****
3   via C<require> or C<use>, then this is probably just fine.  If it's
4   all in the main program, you'll need to arrange for the my() 
5   to be executed early, either by putting the whole block above
6 ! your pain program, or more likely, placing merely a BEGIN 
7   sub around it to make sure it gets executed before your program
8   starts to run:
9   
10 --- 371,377 ----
11   via C<require> or C<use>, then this is probably just fine.  If it's
12   all in the main program, you'll need to arrange for the my() 
13   to be executed early, either by putting the whole block above
14 ! your main program, or more likely, placing merely a BEGIN 
15   sub around it to make sure it gets executed before your program
16   starts to run:
17