File: Version.pm

package info (click to toggle)
pnopaste 1.8-4
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: perl: 1,056; sh: 55; sql: 39; makefile: 8
file content (16 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package Version;

# This file is part of the pnopaste program
# Copyright (C) 2008-2021 Patrick Matthäi <pmatthaei@debian.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

use warnings;
use strict;

our $Build = '1.8';

1;