aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Vec/files
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2006-01-30 14:39:41 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2006-01-30 14:39:41 +0000
commit453f2cf3a9102710f1ae5d17e423c560134b8f6e (patch)
tree00061096f6d90ec0651891983d8fd781048fd71b /math/p5-Math-Vec/files
parent5f9ed8393b433da5d32df261ec7b9195f56f67d9 (diff)
downloadports-453f2cf3a9102710f1ae5d17e423c560134b8f6e.tar.gz
ports-453f2cf3a9102710f1ae5d17e423c560134b8f6e.zip
Notes
Diffstat (limited to 'math/p5-Math-Vec/files')
-rw-r--r--math/p5-Math-Vec/files/patch-Vec.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/p5-Math-Vec/files/patch-Vec.pm b/math/p5-Math-Vec/files/patch-Vec.pm
index c6929952a7ee..9870e561ad08 100644
--- a/math/p5-Math-Vec/files/patch-Vec.pm
+++ b/math/p5-Math-Vec/files/patch-Vec.pm
@@ -1,10 +1,10 @@
---- Vec.pm.orig Thu Sep 1 18:16:13 2005
-+++ Vec.pm Thu Sep 1 18:16:43 2005
+--- lib/Math/Vec.pm.orig Sun Jan 8 07:40:51 2006
++++ lib/Math/Vec.pm Mon Jan 30 23:36:57 2006
@@ -1,5 +1,6 @@
package Math::Vec;
--our $VERSION = '0.02';
+-our $VERSION = '0.031';
+use vars qw($VERSION);
-+$VERSION = '0.02';
++$VERSION = '0.031';
=pod