File: Array.pm

package info (click to toggle)
libdata-compactreadonly-perl 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 380 kB
  • sloc: perl: 990; sh: 3; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 284 bytes parent folder | download
1
2
3
4
5
6
7
8
package Data::CompactReadonly::Array;
our $VERSION = '0.1.0';
sub use_base_is_buggy_and_insists_that_there_be_something_here {}
1;

# empty package that exists only so that D::C::V*::Array can inherit
# from it and you can check that something ->isa('Data::CompactReadonly::Array');