in reply to Re^2: Whats the status of DBIx::Class (Re^4: Whats the status of DBIx::Class (deprecated package separator / reading P5P)
in thread Whats the status of DBIx::Class
And, with warnings enabled:D:\>perl -le "print $]; $don't = 1;" Old package separator "'" deprecated at -e line 1. 5.038000
Cheers,D:\>perl -wle "print $]; $don't = 1;" Old package separator "'" deprecated at -e line 1. Name "don::t" used only once: possible typo at -e line 1. 5.038000
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Whats the status of DBIx::Class (deprecated package separator)
by LanX (Saint) on Aug 25, 2024 at 15:01 UTC |