summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-Loader/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBIx-Class-Loader/DESCR')
-rw-r--r--databases/p5-DBIx-Class-Loader/DESCR10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Class-Loader/DESCR b/databases/p5-DBIx-Class-Loader/DESCR
new file mode 100644
index 00000000000..b970c38bc93
--- /dev/null
+++ b/databases/p5-DBIx-Class-Loader/DESCR
@@ -0,0 +1,10 @@
+DBIx::Class::Loader automates the definition of DBIx::Class
+sub-classes by scanning table schemas and setting up columns and
+primary keys.
+
+This module is deprecated in favor of DBIx::Class::Schema::Loader
+for use with DBIx::Class versions 0.05 and higher. It continues to
+function as well as it ever did, even for recent DBIx::Class
+releases, and will be maintained for some time to counter bugs,
+but it doesn't use the now-preferred DBIx::Class::Schema way of
+doing things, and tends to promote bad DBIx::Class usage habits.