File: d0.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 (4 lines) | stat: -rw-r--r-- 74 bytes parent folder | download | duplicates (6)
1
2
3
4
package autovivification::TestRequired5::d0;
my $x;
my $y = $x->{foo};
1;