SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/p5-Time-Piece-MySQL/pkg/DESCR
Normal file
12
devel/p5-Time-Piece-MySQL/pkg/DESCR
Normal file
|
@ -0,0 +1,12 @@
|
|||
Using this module in addition to "Time::Piece" adds a
|
||||
few MySQL-specific date-time methods to "Time::Piece" objects.
|
||||
|
||||
OBJECT METHODS
|
||||
mysql_date / mysql_time / mysql_datetime / mysql_timestamp
|
||||
Returns the date and/or time in a format suitable for use by MySQL.
|
||||
|
||||
CONSTRUCTORS
|
||||
from_mysql_date / from_mysql_datetime / from_mysql_timestamp
|
||||
Given a date, datetime, or timestamp value as returned from MySQL, these
|
||||
constructors return a new Time::Piece object. If the value is NULL, they
|
||||
will retrun undef.
|
4
devel/p5-Time-Piece-MySQL/pkg/PLIST
Normal file
4
devel/p5-Time-Piece-MySQL/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
${P5SITE}/Time/
|
||||
${P5SITE}/Time/Piece/
|
||||
${P5SITE}/Time/Piece/MySQL.pm
|
||||
@man man/man3p/Time::Piece::MySQL.3p
|
Loading…
Add table
Add a link
Reference in a new issue