معرفی شرکت ها


perl-DBIx-Safe-1.2.5-alt3.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Safe wrapper to DBI interface
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p8
مخزن ALTLinux classic noarch
نام بسته perl-DBIx-Safe
نام فایل بسته perl-DBIx-Safe-1.2.5-alt3.noarch.rpm
نسخه بسته 1.2.5
انتشار بسته alt3
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Mon 10 Sep 2012 10
هاست سازنده crux-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/DBIx-Safe/
مجوز Artistic
حجم دانلود 9.5K
حجم نصب 18.975K
The purpose of this module is to give controlled, limited access to an application, rather than simply passing it a raw database handle through DBI. DBIx::Safe acts as a wrapper to the database, by only allowing through the commands you tell it to. It filters all things related to the database handle - methods and attributes. The typical usage is for your application to create a database handle via a normal DBI call to new(), then pass that to DBIx::Safe->new(), which will return you a DBIx::Safe object. After specifying exactly what is and what is not allowed, you can pass the object to the untrusted application. The object will act very similar to a DBI database handle, and in most cases can be used interchangeably. By default, nothing is allowed to run at all. There are many things you can control. You can specify which SQL commands are allowed, by indicating the first word in the SQL statement (e.g. 'SELECT'). You can specify which database methods are allowed to run (e.g. 'ping'). You can specify a regular expression that allows matching SQL statements to run (e.g. 'qr{SET TIMEZONE}'). You can specify a regular expression that is NOT allowed to run (e.g. qr(UPDATE xxx}). Finally, you can indicate which database attributes are allowed to be read and changed (e.g. 'PrintError'). For all of the above, there are matching methods to remove them as well.


نیازمندی

مقدار نام
- /usr/share/perl5
>= 1.490 perl(DBI.pm)
- perl(IO/Handle.pm)
- perl(utf8.pm)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 1.002.005 perl(DBIx/Safe.pm)
= 1.2.5-alt3 perl-DBIx-Safe


نحوه نصب


نصب پکیج rpm perl-DBIx-Safe:

    sudo apt-get install perl-DBIx-Safe-1.2.5-alt3.noarch.rpm


فایل ها

مسیرها
/usr/share/perl5/DBIx
/usr/share/perl5/DBIx/Safe.pm


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2012-09-10

fixed build with perl-5.16
spec cleanup

2010-11-22

repair after perl 5.12 upgrade using girar-nmu

2008-09-04

sisyphus_check fixes

2008-05-15

first build for ALT Linux Sisyphus