How to Install and Uninstall perl-DBIx-Class-UUIDColumns Package on openSuSE Tumbleweed

Last updated: June 23,2024

1. Install "perl-DBIx-Class-UUIDColumns" package

This is a short guide on how to install perl-DBIx-Class-UUIDColumns on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-DBIx-Class-UUIDColumns

2. Uninstall "perl-DBIx-Class-UUIDColumns" package

This is a short guide on how to uninstall perl-DBIx-Class-UUIDColumns on openSuSE Tumbleweed:

$ sudo zypper remove perl-DBIx-Class-UUIDColumns

3. Information about the perl-DBIx-Class-UUIDColumns package on openSuSE Tumbleweed

Information for package perl-DBIx-Class-UUIDColumns:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-DBIx-Class-UUIDColumns
Version : 0.02006-2.24
Arch : noarch
Vendor : openSUSE
Installed Size : 29.0 KiB
Installed : No
Status : not installed
Source package : perl-DBIx-Class-UUIDColumns-0.02006-2.24.src
Upstream URL : http://search.cpan.org/dist/DBIx-Class-UUIDColumns/
Summary : Implicit uuid columns
Description :
This the DBIx::Class manpage component resembles the behaviour of the
Class::DBI::UUID manpage, to make some columns implicitly created as uuid.
When loaded, 'UUIDColumns' will search for a suitable uuid generation
module from the following list of supported modules:
Data::UUID
APR::UUID*
UUID
Win32::Guidgen
Win32API::GUID
If no supporting module can be found, an exception will be thrown.
*APR::UUID will not be loaded under OpenBSD due to an as yet unidentified
XS issue.
If you would like to use a specific module, you can set the /uuid_class
manpage:
__PACKAGE__->uuid_class('::Data::UUID');
__PACKAGE__->uuid_class('MyUUIDGenerator');