Skip Menu |

This queue is for tickets about the DBIx-Class CPAN distribution.

Report information
The Basics
Id: 52544
Status: rejected
Priority: 0/
Queue: DBIx-Class

People
Owner: Nobody in particular
Requestors: ASB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.08114
Fixed in: (no value)



Subject: Please define a version (version check fails)
Hi! DBIx::Class::InflateColumn::DateTime does not define a version tag, making it somewhat hard to require a specific version of it. Some code to reproduce the error: [code] Show quoted text
>perl -e "use DBIx::Class::InflateColumn::DateTime 999"
DBIx::Class::InflateColumn::DateTime does not define $DBIx::Class::InflateColumn ::DateTime::VERSION--version check failed at -e line 1. BEGIN failed--compilation aborted at -e line 1. [/code] Some other code: [code] #!/usr/bin/perl use strict; use warnings; use DBIx::Class::InflateColumn::DateTime 0.08114; print "hi"; [/code] HTH, Alex
wontfix Sorry, we only version the main class (DBIx::Class.) If you want to check version just check that.