File: ExtRepo.pm

package info (click to toggle)
extrepo 0.15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: perl: 348; sh: 31; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
package Debian::ExtRepo;

use v5.28;
use warnings;

our $VERSION;

$VERSION = "0.1";