aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-Class-DBI-Loader-Relationship/files
diff options
context:
space:
mode:
authorlth <lth@FreeBSD.org>2005-11-09 21:29:19 +0800
committerlth <lth@FreeBSD.org>2005-11-09 21:29:19 +0800
commit72403e13f9cebce295127e17d7e031697e47374c (patch)
tree05d15c638c3015f51cf4e10f18fdfb25b484417e /databases/p5-Class-DBI-Loader-Relationship/files
parenta500a3bde57db4af309fcc9b68794bbea16a5071 (diff)
downloadfreebsd-ports-gnome-72403e13f9cebce295127e17d7e031697e47374c.tar.gz
freebsd-ports-gnome-72403e13f9cebce295127e17d7e031697e47374c.tar.zst
freebsd-ports-gnome-72403e13f9cebce295127e17d7e031697e47374c.zip
Update to 1.3
Diffstat (limited to 'databases/p5-Class-DBI-Loader-Relationship/files')
-rw-r--r--databases/p5-Class-DBI-Loader-Relationship/files/500503-Relationship.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-Class-DBI-Loader-Relationship/files/500503-Relationship.pm b/databases/p5-Class-DBI-Loader-Relationship/files/500503-Relationship.pm
index 29af7047dbb8..8d39fa246dea 100644
--- a/databases/p5-Class-DBI-Loader-Relationship/files/500503-Relationship.pm
+++ b/databases/p5-Class-DBI-Loader-Relationship/files/500503-Relationship.pm
@@ -1,19 +1,19 @@
---- Relationship.pm.orig Mon Mar 1 16:48:45 2004
-+++ Relationship.pm Sun Apr 4 22:30:41 2004
+--- Relationship.pm.orig Wed Nov 9 02:28:38 2005
++++ Relationship.pm Wed Nov 9 14:27:27 2005
@@ -1,9 +1,8 @@
package Class::DBI::Loader::Relationship;
-use 5.006;
use strict;
-use warnings;
--our $VERSION = '1.2';
+-our $VERSION = '1.3';
-our $DEBUG = 0;
+use vars qw($VERSION $DEBUG);
-+$VERSION = '1.2';
++$VERSION = '1.3';
+$DEBUG = 0;
1;
-@@ -82,7 +81,7 @@
+@@ -96,7 +95,7 @@
"$via_c->has_a(".to_S($to)." => $to_c)\n".
"$from_c->$method($mapper => [ $via_c => ".to_S($to)." ])\n".
"$to_c->has_many(".to_PL($from)." => [ $via_c => ".to_S($from)." ])\n"
@@ -22,7 +22,7 @@
$via_c->has_a(to_S($from) => $from_c);
$via_c->has_a(to_S($to) => $to_c);
-@@ -92,7 +91,7 @@
+@@ -106,7 +105,7 @@
}
return "$from_c->$method($mapper => $to_c);\n".
($method ne "has_a" && "$to_c->has_a(".to_S($from)." => $from_c);\n")