Version 1.0 + remove "experimental" notices
This commit is contained in:
parent
383ed8409c
commit
32c8fc1b89
13 changed files with 35 additions and 53 deletions
15
FU.pm
15
FU.pm
|
|
@ -1,4 +1,4 @@
|
|||
package FU 0.5;
|
||||
package FU 1.0;
|
||||
use v5.36;
|
||||
use Carp 'confess', 'croak';
|
||||
use IO::Socket;
|
||||
|
|
@ -978,14 +978,6 @@ __END__
|
|||
|
||||
FU - A Lean and Efficient Zero-Dependency Web Framework.
|
||||
|
||||
=head1 EXPERIMENTAL
|
||||
|
||||
This module is still in development: it's missing important functionality and
|
||||
there will likely be a few breaking API changes. This framework currently
|
||||
powers manned.org as a test. I'll do a stable 1.0 release once FU is used in
|
||||
production for vndb.org, which will take a few months in the best case
|
||||
scenario.
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
use v5.36;
|
||||
|
|
@ -1011,6 +1003,11 @@ scenario.
|
|||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
FU is the backend web framework developed for L<VNDB.org|https://vndb.org/> and
|
||||
L<Manned.org|https://manned.org/>, but is also perfectly suitable for other
|
||||
projects. Besides a web framework, this distrubion also includes a bunch of
|
||||
handy utility functions and modules.
|
||||
|
||||
=head2 Distribution Overview
|
||||
|
||||
This top-level C<FU> module is a web development framework. The C<FU>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue