Result:
found more than 619 distributions - search limited to the first 2001 files matching your query ( run in 0.495 )


DBD-AnyData2

 view release on metacpan or  search on metacpan

lib/DBD/AnyData2.pm  view on Meta::CPAN


=head1 QUICK START

...

=head1 BUGS AND LIMITATIONS


=head1 GETTING HELP, MAKING SUGGESTIONS, AND REPORTING BUGS

If you need help installing or using DBD::AnyData2, please write to the DBI

 view all matches for this distribution


DBD-ODBC

 view release on metacpan or  search on metacpan

ODBC.pm  view on Meta::CPAN


=head1 INCOMPATIBILITIES

None known.

=head1 BUGS AND LIMITATIONS

None known other than the deviations from the DBI specification mentioned
above in L</Deviations from the DBI specification>.

Please report any to me via the CPAN RT system. See

 view all matches for this distribution


DBD-PO

 view release on metacpan or  search on metacpan

lib/DBD/PO.pm  view on Meta::CPAN


=head1 INCOMPATIBILITIES

not known

=head1 BUGS AND LIMITATIONS

The module is using flock() internally. However, this function is not
available on platforms. Using flock() is disabled on MacOS and Windows
95: There's no locking at all (perhaps not so important on these
operating systems, as they are for single users anyways).

 view all matches for this distribution


DBI

 view release on metacpan or  search on metacpan

lib/DBD/DBM.pm  view on Meta::CPAN

MLDBM turned on!

See the entire section on L<Table locking and flock()> for gotchas and
warnings about the use of flock().

=head1 BUGS AND LIMITATIONS

This module uses hash interfaces of two column file databases. While
none of supported SQL engines have support for indices, the following
statements really do the same (even if they mean something completely
different) for each dbm type which lacks C<EXISTS> support:

 view all matches for this distribution


DBIx-ActiveRecord

 view release on metacpan or  search on metacpan

lib/DBIx/ActiveRecord.pm  view on Meta::CPAN


=item $model->delete()

do delete.

=head1 BUGS AND LIMITATIONS

This module is alpha version.
Please give me feedback.
Please PullRequest with github If you have more better idea.

 view all matches for this distribution


DBIx-CSSQuery

 view release on metacpan or  search on metacpan

lib/DBIx/CSSQuery.pm  view on Meta::CPAN


=head1 INCOMPATIBILITIES

None reported.

=head1 BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests to
C<bug-dbix-cssquery@rt.cpan.org>, or through the web interface at

 view all matches for this distribution


DBIx-CheckConnectivity

 view release on metacpan or  search on metacpan

lib/DBIx/CheckConnectivity.pm  view on Meta::CPAN


=head1 DEPENDENCIES

L<DBI>, L<Params::Validate>, L<UNIVERSAL::require>

=head1 BUGS AND LIMITATIONS

No bugs have been reported.

currently, only mysql, Pg and SQLite are supported.

 view all matches for this distribution


DBIx-Class-AsFdat

 view release on metacpan or  search on metacpan

lib/DBIx/Class/AsFdat.pm  view on Meta::CPAN

=head2 as_fdat

    my $ad = $self->model('Ad')->search(rid => $self->r->param('ad_rid'))->first;
    $ad->as_fdat 

=head1 BUGS AND LIMITATIONS

No bugs have been reported.

=head1 AUTHOR

 view all matches for this distribution



DBIx-Class-Events

 view release on metacpan or  search on metacpan

lib/DBIx/Class/Events.pm  view on Meta::CPAN


=head1 PRECONFIGURED EVENTS

Automatically creates Events for actions that modify a row.

See the L</BUGS AND LIMITATIONS> of bulk modifications on events.

=over

=item insert

lib/DBIx/Class/Events.pm  view on Meta::CPAN


=item delete

Logs all columns to the C<details> column, with a C<delete> event.

See the L</BUGS AND LIMITATIONS> for more information about
using this method with a database enforced foreign key.

=back

=head1 METHODS

lib/DBIx/Class/Events.pm  view on Meta::CPAN

attributes to this method.  This is done in context of searching the events
table:

    my $state = $object->state_at($timestamp, \%search_cond, \%search_attrs);

=head1 BUGS AND LIMITATIONS

There is no attempt to handle bulk updates or deletes.  So, any changes to the
database made by calling
L<"update"|DBIx::Class::ResultSet/update> or L<"delete"|DBIx::Class::ResultSet/delete>
will not create events the same as L<single row|DBIx::Class::Row> modifications.  Use the

 view all matches for this distribution


DBIx-Class-FormTools

 view release on metacpan or  search on metacpan

lib/DBIx/Class/FormTools.pm  view on Meta::CPAN

You must use C<DBIx::Class::PK::Auto>, otherwise the C<formdata_to_objects>
will fail when creating new objects, as it is unable to determine the value
for the primary key, and therefore is unable to connect the object to any
related objects in the form.

=head1 BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests to
C<bug-dbix-class-formtools@rt.cpan.org>, or through the web interface at

 view all matches for this distribution


DBIx-Class-FromSledge

 view release on metacpan or  search on metacpan

lib/DBIx/Class/FromSledge.pm  view on Meta::CPAN


=head2 update_from_sledge

call DBIC's update method.

=head1 BUGS AND LIMITATIONS

No bugs have been reported.

=head1 AUTHOR

 view all matches for this distribution


DBIx-Class-LibXMLdoc

 view release on metacpan or  search on metacpan

lib/DBIx/Class/LibXMLdoc.pm  view on Meta::CPAN


There are basically no live tests right now. This is very bad but L<Test::DBIC> was tough to get going and I haven't had time to fix it or roll something minimal like it. Since the code's been running in production without problems I've been slow off...

Allow a switch for parse_html...?

=head1 BUGS AND LIMITATIONS

This is no longer brand new and it's been used quite robustly in production since November of 2006. There are no known bugs. I love good feedback and bug reports.

Please report any bugs or feature requests to C<bug-dbix-class-libxmldoc@rt.cpan.org>, or through the web interface at L<http://rt.cpan.org/Public/Dist/Display.html?Name=DBIx-Class-LibXMLdoc>.

 view all matches for this distribution


DBIx-Class-ProxyTable

 view release on metacpan or  search on metacpan

lib/DBIx/Class/ProxyTable.pm  view on Meta::CPAN


$schema->resultset('Log')->proxy_to('log2')->create({id => 1, body => 'hoge'});

any more idea?

=head1 BUGS AND LIMITATIONS

No bugs have been reported.

=head1 AUTHOR

 view all matches for this distribution


DBIx-Class-PseudoEnum

 view release on metacpan or  search on metacpan

lib/DBIx/Class/PseudoEnum.pm  view on Meta::CPAN


=item L<Sub::Quote>

=back

=head1 BUGS AND LIMITATIONS

Bugs?  What bugs?  (No, really. If you find one, open an issue, please.)

The following limitations are (currently) present:

 view all matches for this distribution


DBIx-Class-QueriesTime

 view release on metacpan or  search on metacpan

lib/DBIx/Class/QueriesTime.pm  view on Meta::CPAN


L<DBIx::Class>

L<Time::HiRes>

=head1 BUGS AND LIMITATIONS

There are no known bugs in this module.
Please report problems to Atsushi Kobayashi (E<lt>nekokak@cpan.orgE<gt>)
Patches are welcome.

 view all matches for this distribution


DBIx-Class-ResultSet-RecursiveUpdate

 view release on metacpan or  search on metacpan

lib/DBIx/Class/ResultSet/RecursiveUpdate.pm  view on Meta::CPAN


=head1 INCOMPATIBILITIES

None reported.

=head1 BUGS AND LIMITATIONS

The list of reported bugs can be viewed at L<http://rt.cpan.org/Public/Dist/Display.html?Name=DBIx-Class-ResultSet-RecursiveUpdate>.

Please report any bugs or feature requests to
C<bug-DBIx-Class-ResultSet-RecursiveUpdate@rt.cpan.org>, or through the web interface at

 view all matches for this distribution


DBIx-Class-Snowflake

 view release on metacpan or  search on metacpan

lib/DBIx/Class/Snowflake/Manual.pod  view on Meta::CPAN


Modify the filter conversion code to be more efficient.

=back

=head1 BUGS AND LIMITATIONS

The B<generate_report> function could be made to be more efficient.

Please report other problems to Matt Follett<cpan(AT_GOES_HERE)mfollett.com> 
Patches are welcome.

 view all matches for this distribution


DBIx-Class-Stash

 view release on metacpan or  search on metacpan

lib/DBIx/Class/Stash.pm  view on Meta::CPAN


=head2 stash

data stash.

=head1 BUGS AND LIMITATIONS

No bugs have been reported.

=head1 AUTHOR

 view all matches for this distribution


DBIx-Class-StorageReadOnly

 view release on metacpan or  search on metacpan

lib/DBIx/Class/StorageReadOnly.pm  view on Meta::CPAN


=head2 delete 

=head2 _search_readonly_info

=head1 BUGS AND LIMITATIONS

No bugs have been reported.

=head1 AUTHOR

 view all matches for this distribution


DBIx-Class-TableNames

 view release on metacpan or  search on metacpan

lib/DBIx/Class/TableNames.pm  view on Meta::CPAN


=head2 table_names

Get table name list from database.

=head1 BUGS AND LIMITATIONS

No bugs have been reported.

=head1 AUTHOR

 view all matches for this distribution


DBIx-Class-TemporalRelations

 view release on metacpan or  search on metacpan

lib/DBIx/Class/TemporalRelations.pm  view on Meta::CPAN

C<thing> table:

   @thing = $user->things_modified;
   $thing = $user->last_thing_modified;

(...but see L</BUGS AND LIMITATIONS> for an important limitation on this behavior!)

=head1 CONFIGURATION

In your Result class, once you've loaded this component, you have three ways to 
add temporal relationships:

lib/DBIx/Class/TemporalRelations.pm  view on Meta::CPAN


=item L<Sub::Quote>

=back

=head1 BUGS AND LIMITATIONS

=over 4

=item Overwriteable fields

 view all matches for this distribution


DBIx-Class-TimeStamp-HiRes

 view release on metacpan or  search on metacpan

lib/DBIx/Class/TimeStamp/HiRes.pm  view on Meta::CPAN

=head1 CONFIGURATION AND ENVIRONMENT

DBIx::Class::TimeStamp::HiRes requires no configuration files or environment variables.


=head1 BUGS AND LIMITATIONS

No bugs have been reported.


=head1 AUTHOR

 view all matches for this distribution


DBIx-HTML

 view release on metacpan or  search on metacpan

lib/DBIx/HTML.pm  view on Meta::CPAN


The predecessor to DBIx::HTML.

=back

=head1 BUGS AND LIMITATIONS

Please report any bugs or feature requests to

=over 4

 view all matches for this distribution


DBIx-Lookup-Field

 view release on metacpan or  search on metacpan

lib/DBIx/Lookup/Field.pm  view on Meta::CPAN


=head1 INSTALLATION

See perlmodinstall for information and options on installing Perl modules.

=head1 BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests through the web interface at
L<http://rt.cpan.org/Public/Dist/Display.html?Name=DBIx-Lookup-Field>.

 view all matches for this distribution


DBIx-Mint

 view release on metacpan or  search on metacpan

lib/DBIx/Mint.pm  view on Meta::CPAN


=item Clone

=back

=head1 BUGS AND LIMITATIONS

Testing is not complete; in particular, tests look mostly for the expected results and not for edge cases or plain incorrect input. 

Please report problems to the author. Patches are welcome. Tests are welcome also.

 view all matches for this distribution


DBIx-MyPassword

 view release on metacpan or  search on metacpan

lib/DBIx/MyPassword.pm  view on Meta::CPAN


=head1 INCOMPATIBILITIES

Let me know

=head1 BUGS AND LIMITATIONS

Let me know

=head1 LICENSE AND COPYRIGHT

 view all matches for this distribution


DBIx-MySQL-Replication-Slave

 view release on metacpan or  search on metacpan

lib/DBIx/MySQL/Replication/Slave.pm  view on Meta::CPAN


=head1 AUTHOR

Olaf Alders, C<< <olaf at wundercounter.com> >>

=head1 BUGS AND LIMITATIONS

Please report any bugs or feature requests to
C<bug-dbix-mysql-replication-slave at rt.cpan.org>, or through the web
interface at
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=DBIx-MySQL-Replication-Slave>.

 view all matches for this distribution


DBIx-ParseDSN

 view release on metacpan or  search on metacpan

lib/DBIx/ParseDSN.pm  view on Meta::CPAN

Parses a DSN and returns a L<DBIx::ParseDSN::Default> object that has
properties reflecting the parameters found in the DSN.

See L<DBIx::ParseDSN::Default/DSN ATTRIBUTES> for details.

=head1 BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests to
C<bug-dbix-parsedsn@rt.cpan.org>, or through the web interface at

 view all matches for this distribution


DBIx-Perlish

 view release on metacpan or  search on metacpan

lib/DBIx/Perlish.pm  view on Meta::CPAN

simply optimized away before even they hit the parser (example: C<join(1,2)> gets translated into constant C<2>).

Known cases are not documented so far, but look in the tests for I<optree_version> invocations
to see where these are found.

=head1 BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests to
C<bug-dbix-perlish@rt.cpan.org>, or through the web interface at

 view all matches for this distribution


( run in 0.495 second using v1.01-cache-2.11-cpan-4d50c553e7e )