File: TestRequired1.pm

package info (click to toggle)
libautovivification-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 352 kB
  • sloc: perl: 2,745; ansic: 265; makefile: 7
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;