File: RefImage.pm

package info (click to toggle)
libtangram-perl 2.12-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,304 kB
  • sloc: perl: 10,260; makefile: 9
file content (5 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (6)
1
2
3
4
5
package Tangram::RefImage;
use Tangram qw(:compat_quiet);
use base qw(Tangram::Ref);
$Tangram::Schema::TYPES{ref_image} = Tangram::RefImage->new();