... | ... |
@@ -1,3 +1,5 @@ |
1 |
+0.1617 |
|
2 |
+ L<DBIx::Custom> is now stable. APIs keep backword compatible in the feature. |
|
1 | 3 |
0.1616 |
2 | 4 |
removed experimental register_method(), and methods attribute, because it is too magical |
3 | 5 |
0.1615 |
... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
package DBIx::Custom; |
2 | 2 |
|
3 |
-our $VERSION = '0.1616'; |
|
3 |
+our $VERSION = '0.1617'; |
|
4 | 4 |
|
5 | 5 |
use 5.008001; |
6 | 6 |
use strict; |
... | ... |
@@ -1479,6 +1479,10 @@ B<Example:> |
1479 | 1479 |
} |
1480 | 1480 |
); |
1481 | 1481 |
|
1482 |
+=head1 STABILITY |
|
1483 |
+ |
|
1484 |
+L<DBIx::Custom> is now stable. APIs keep backword compatible in the feature. |
|
1485 |
+ |
|
1482 | 1486 |
=head1 BUGS |
1483 | 1487 |
|
1484 | 1488 |
Please tell me bugs if found. |