File: NoData.pm

package info (click to toggle)
libdata-section-perl 0.101621-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 176 kB
  • sloc: perl: 228; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 72 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
use strict;
use warnings;
package NoData;
use Data::Section -setup;

1;