Version 1.0 + remove "experimental" notices
This commit is contained in:
parent
383ed8409c
commit
32c8fc1b89
13 changed files with 35 additions and 53 deletions
7
FU/Pg.pm
7
FU/Pg.pm
|
|
@ -1,4 +1,4 @@
|
|||
package FU::Pg 0.5;
|
||||
package FU::Pg 1.0;
|
||||
use v5.36;
|
||||
use FU::XS;
|
||||
|
||||
|
|
@ -35,11 +35,6 @@ __END__
|
|||
|
||||
FU::Pg - The Ultimate (synchronous) Interface to PostgreSQL
|
||||
|
||||
=head1 EXPERIMENTAL
|
||||
|
||||
This module is still in development and there will likely be a few breaking API
|
||||
changes, see the main L<FU> module for details.
|
||||
|
||||
=head1 SYNOPSYS
|
||||
|
||||
use FU::Pg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue