File: Version.pm

package info (click to toggle)
libpdl-vectorvalued-perl 1.0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: perl: 377; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 671 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##
## File: PDL::VectorValued::Version.pm
## Author: Bryan Jurish <moocow@cpan.org>
## Description: Vector utilities for PDL: version
##  + <=v1.0.3: this lives in a separate file so that both compile-time and runtime subsystems can use it
##  + >=v1.0.4: use perl-reversion from Perl::Version to maintain shared $VERSION
##======================================================================

package PDL::VectorValued::Version;
our $VERSION = '1.0.23';
#$PDL::VectorValued::VERSION = $VERSION;	##-- use perl-reversion from Perl::Version instead
#$PDL::VectorValued::Dev::VERSION = $VERSION;	##-- use perl-reversion from Perl::Version instead

1; ##-- make perl happy