[system] / branches / rel-2-4-patches / pg / lib / Complex.pm Repository:
ViewVC logotype

Diff of /branches/rel-2-4-patches/pg/lib/Complex.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1050 Revision 1310
1BEGIN { 1BEGIN {
2 be_strict(); # an alias for use strict. This means that all global variable must contain main:: as a prefix. 2 be_strict(); # an alias for use strict. This means that all global variable must contain main:: as a prefix.
3 3
4} 4}
5
6package Complex;
5*i = *Complex1::i; 7*i = *Complex1::i;
6package Complex;
7
8@Complex::ISA=qw(Complex1); 8@Complex::ISA=qw(Complex1);
9 9
10 10
111; 111;

Legend:
Removed from v.1050  
changed lines
  Added in v.1310

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9