File: TestRequired1.pm

package info (click to toggle)
libautovivification-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 284 kB
  • ctags: 83
  • sloc: perl: 1,599; ansic: 181; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
package autovivification::TestRequired1;

my $x = $main::blurp->{r1_main}->{vivify};

eval 'my $y = $main::blurp->{r1_eval}->{vivify}';

1;