We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0373da7 commit d12a4beCopy full SHA for d12a4be
Changes
@@ -1,5 +1,10 @@
1
Revision history for DBIx::Class
2
3
+0.082844 2025-01-16 13:00 (UTC) 😒
4
+ * Misc
5
+ - Put the tiresome discussion of factors and buses under a cloche
6
+ https://is.gd/2025_metacpan_busfactor
7
+
8
0.082843 2022-05-17 10:50 (UTC)
9
* Fixes
10
- Adjust tests to account for DBD::SQLite's column_info() no longer
lib/DBIx/Class.pm
@@ -11,7 +11,7 @@ our $VERSION;
11
# $VERSION declaration must stay up here, ahead of any other package
12
# declarations, as to not confuse various modules attempting to determine
13
# this ones version, whether that be s.c.o. or Module::Metadata, etc
14
-$VERSION = '0.082843';
+$VERSION = '0.082844';
15
16
{
17
package
0 commit comments