Skip to content

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Revision history for DBIx::Class
22

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+
38
0.082843 2022-05-17 10:50 (UTC)
49
* Fixes
510
- Adjust tests to account for DBD::SQLite's column_info() no longer

lib/DBIx/Class.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ our $VERSION;
1111
# $VERSION declaration must stay up here, ahead of any other package
1212
# declarations, as to not confuse various modules attempting to determine
1313
# this ones version, whether that be s.c.o. or Module::Metadata, etc
14-
$VERSION = '0.082843';
14+
$VERSION = '0.082844';
1515

1616
{
1717
package

0 commit comments

Comments
 (0)