-
-
17 Mar 2018 15:28:07 UTC
- Distribution: Mango
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (969 / 100 / 64)
- Kwalitee
Bus factor: 5- 39.92% Coverage
- License: artistic_2
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (49.88KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Mojolicious
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Mango::BSON::Timestamp - Timestamp type
SYNOPSIS
use Mango::BSON::Timestamp; my $ts = Mango::BSON::Timestamp->new(seconds => 23, increment => 5);
DESCRIPTION
Mango::BSON::Timestamp is a container for the BSON timestamp type used by Mango::BSON.
ATTRIBUTES
Mango::BSON::Timestamp implements the following attributes.
seconds
my $seconds = $ts->seconds; $ts = $ts->seconds(23);
Seconds.
increment
my $inc = $ts->increment; $tz = $ts->increment(5);
Increment.
METHODS
Mango::BSON::Timestamp inherits all methods from Mojo::Base.
SEE ALSO
Module Install Instructions
To install Mango, copy and paste the appropriate command in to your terminal.
cpanm Mango
perl -MCPAN -e shell install Mango
For more information on module installation, please visit the detailed CPAN module installation guide.