Perl Upgrade
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*Perl 5.28 to 5.32 [#zd86fee9]
20200803:
AFFECTS: users of lang/perl5*
AUTHOR: mat@FreeBSD.org
The default Perl version has been switched to Perl 5.32...
binary packages to upgrade your system, you do not have...
upgrade will do the right thing. For the other people,...
instructions in entry 20161103, it should still be the ...
** First, add to /etc/make.conf [#o5700e76]
DEFAULT_VERSIONS+= perl5=5.32
portupgrade -o lang/perl5.32 -f lang/perl5.28
portupgrade -f --batch `pkg shlib -qR libperl.so.5.28`
portupgrade -o lang/perl5.32 -f lang/perl5.28 --batch && ...
*Perl 5.26 to 5.28 [#t3d689db]
** First, add to /etc/make.conf: [#d1b9f525]
DEFAULT_VERSIONS+= perl5=5.28
portupgrade -o lang/perl5.28 -f lang/perl5.26
portupgrade -f `pkg shlib -qR libperl.so.5.26`
http://silversack.my.coocan.jp/bsd/fbsd11x_opeman-3_ports...
*/usr/ports/UPDATING [#l71568b9]
20181213:
AFFECTS: users of lang/perl5*
AUTHOR: mat@FreeBSD.org
The default Perl version has been switched to Perl 5.2...
binary packages to upgrade your system, you do not hav...
upgrade will do the right thing. For the other people...
instructions in entry 20161103, it should still be the...
**/usr/ports/Mk/bsd.default-versions.mk [#u08b9be1]
# Possible values: 5.24, 5.26, 5.28, devel
.if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_E...
defined(PACKAGE_BUILDING))
PERL5_DEFAULT?= 5.28
.elif !defined(PERL5_DEFAULT)
# There's no need to replace development versions, like ...
# because 1) nobody is supposed to use it outside of pou...
# be set manually in /etc/make.conf in the first place, ...
# in here.
.if !defined(_PERL5_FROM_BIN)
_PERL5_FROM_BIN!= perl -e 'printf "%vd\n", $$^V;'
.endif
_EXPORTED_VARS+= _PERL5_FROM_BIN
PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R}
.endif
----
*Perl 5.24 to 5.26 [#k4ac9d2b]
** First, add to /etc/make.conf: [#vb6a2109]
DEFAULT_VERSIONS+= perl5=5.26
** Portupgrade users: [#be3be820]
portupgrade -o lang/perl5.26 -f lang/perl5.24
You can now remove the DEFAULT_VERSIONS line added earli...
Then you will need to rebuild everything that uses libpe...
portupgrade -f `pkg shlib -qR libperl.so.5.24`
**20180330: [#ia622765]
AFFECTS: users of lang/perl5*
AUTHOR: mat@FreeBSD.org
The default Perl version has been switched to Perl 5.26...
binary packages to upgrade your system, you do not have...
upgrade will do the right thing. For the other people,...
instructions in entry 20161103, it should still be the ...
----
*20161103: [#dad9e320]
AFFECTS: users of lang/perl5*
AUTHOR: mat@FreeBSD.org
The default Perl version has been switched to Perl 5.24...
binary packages to upgrade your system, you do not have...
upgrade will do the right thing. For the other people,...
migrating from 5.20 to 5.24, do:
First, add to /etc/make.conf:
DEFAULT_VERSIONS+= perl5=5.24
Portupgrade users:
portupgrade -o lang/perl5.24 -f lang/perl5.20
You can now remove the DEFAULT_VERSIONS line added ear...
from /etc/make.conf
Then you will need to rebuild everything that uses lib...
can do so with:
portupgrade -f `pkg shlib -qR libperl.so.5.20`
Portmaster users:
portmaster -o lang/perl5.24 lang/perl5.20
You can now remove the DEFAULT_VERSIONS line added ea...
from /etc/make.conf
Then you will need to rebuild everything that uses lib...
can do so with:
portmaster -f `pkg shlib -qR libperl.so.5.20`
*20131023 の/usr/ports/UPDATING [#ga28b864]
で、AFFECTS: users of lang/perl5.12 lang/perl5.14 AUTHOR...
のものを、perl5.24 perl5.26 へ置き換えたものがこちら。
AFFECTS: users of lang/perl5.24 lang/perl5.26
The default perl has been switched to lang/perl5.26.
** If you're using binary packages, you need to do : [#oc...
# pkg set -o lang/perl5.24:lang/perl5.26
If you're not using binary packages and want to (and shou...
** Portupgrade users: [#n0f564a2]
0) Fix pkgdb.db (for safety):
pkgdb -Ff
1) Reinstall new version of Perl (5.26):
portupgrade -o lang/perl5.26 -f perl-5.24.\*
2) Reinstall everything that depends on Perl:
portupgrade -fr perl
** Portmaster users: [#h5191652]
portmaster -o lang/perl5.26 lang/perl5.24
Conservative: portmaster p5-
Comprehensive (but perhaps overkill):
portmaster -r perl-
Note: If the "perl-" glob matches more than one port you ...
// ----
// # pkg set -o lang/perl5.24:lang/perl5.26
// Change origin from lang/perl5.24 to lang/perl5.26 for...
//
// # portupgrade -o lang/perl5.26 -f perl5.24
// [Reading data from pkg(8) ... - 427 packages found - ...
//
// # portupgrade 'perl*' --batch
// [Reading data from pkg(8) ... - 427 packages found - ...
// ** Detected a package name change: perl5 (lang/perl5....
// ---> Upgrading 'perl5-5.24.4' to 'perl5.26-5.26.2' (...
// ---> Building '/usr/ports/lang/perl5.26'
// ===> Cleaning for perl5.26-5.26.2
// ##################################################
//
// This is *NOT* the DEFAULT perl version
// : :
// : :
// : :
// : :
// : :
// : :
// http://www.perl.org/
// ===> Cleaning for perl5.26-5.26.2
// ---> Cleaning out obsolete shared libraries
//
// #perl -v
// perl: Command not found.
//
// portupgrade -fr perl5.26
//
// /etc/make.conf
// #DEFAULT_VERSIONS+=perl5=5.24
// DEFAULT_VERSIONS+=perl5=5.26
//
//
// portupgrade -fRr perl5.26
//
//
//
//
//
//
//
//
//
// *結局 PerlのバージョンUpgradeは、 [#fdc40f43]
//
// /etc/make.conf
// #DEFAULT_VERSIONS+=perl5=5.24
// DEFAULT_VERSIONS+=perl5=5.26
//
// するなどして、旧Perlをアンインストールし、あらたに再イ...
//
//
// 従って、ここから以下は、ゴミ情報につきスルーするヨロシ。
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
// ----
//
//
//
//
//
//
//
//
//
//
//
//
// *Amavisd-new 起動せず [#abe69b8a]
//
// p5- モジュールが非更新のため?
//
// http://www.lifewithunix.jp/notes/2014/12/21/freebsd-pe...
//
// # pkg upgrade
// Updating FreeBSD repository catalogue...
// FreeBSD repository is up to date.
// All repositories are up to date.
// Updating database digests format: 100%
// Checking for upgrades (406 candidates): 100%
// Processing candidates (406 candidates): 100%
// The following 72 package(s) will be affected (of 0 ch...
//
// New packages to be INSTALLED:
// p5-Mail-SPF: 2.9.0_4
// p5-Net-DNS-Resolver-Programmable: 0.009
// postgresql95-client: 9.5.12
// libnghttp2: 1.31.1
//
// Installed packages to be REINSTALLED:
// trousers-0.3.14_2 (direct dependency changed: ...
// spamassassin-3.4.1_11 (options changed)
// ruby-2.4.4,1 (direct dependency changed: libun...
// rsync-3.1.3 (options changed)
// rrdtool-1.7.0_2 (options changed)
// python27-2.7.15 (direct dependency changed: re...
// py27-cryptography-2.1.4 (direct dependency cha...
// php56-extensions-1.0 (options changed)
// p5-XML-Parser-2.44 (needed shared library chan...
// p5-XML-LibXML-2.0132,1 (needed shared library ...
// p5-Variable-Magic-0.62 (needed shared library ...
// p5-Unix-Syslog-1.1_1 (needed shared library ch...
// p5-TimeDate-2.30_2,1 (ABI changed: 'freebsd:10...
// p5-Sub-Identify-0.14 (needed shared library ch...
// p5-Socket6-0.28 (needed shared library changed)
// p5-Scalar-List-Utils-1.50,1 (needed shared lib...
// p5-Params-Validate-1.29 (needed shared library...
// p5-Params-Util-1.07_2 (needed shared library c...
// p5-Package-Stash-XS-0.28_2 (needed shared libr...
// p5-NetAddr-IP-4.079 (needed shared library cha...
// p5-Net-SSLeay-1.85 (direct dependency changed:...
// p5-Net-LibIDN-0.12_4 (needed shared library ch...
// p5-Net-IDN-Encode-2.400 (needed shared library...
// p5-Net-DNS-1.15,1 (direct dependency changed: ...
// p5-Locale-gettext-1.07 (needed shared library ...
// p5-List-MoreUtils-XS-0.428 (needed shared libr...
// p5-LWP-MediaTypes-6.02_1 (ABI changed: 'freebs...
// p5-IPC-ShareLite-0.17_1 (needed shared library...
// p5-IO-stringy-2.111 (ABI changed: 'freebsd:10:...
// p5-HTTP-Date-6.02_1 (ABI changed: 'freebsd:10:...
// p5-HTTP-Daemon-6.01_1 (ABI changed: 'freebsd:1...
// p5-HTML-Template-2.95_1 (ABI changed: 'freebsd...
// p5-HTML-Tagset-3.20_1 (ABI changed: 'freebsd:1...
// p5-HTML-Parser-3.72 (needed shared library cha...
// p5-FCGI-0.78 (needed shared library changed)
// p5-Encode-Detect-1.01_1 (needed shared library...
// p5-Digest-SHA1-2.13_1 (needed shared library c...
// p5-Digest-HMAC-1.03_1 (ABI changed: 'freebsd:1...
// p5-DBI-1.641 (needed shared library changed)
// p5-DBD-mysql-4.046 (options changed)
// p5-DBD-Pg-3.7.4 (direct dependency changed: po...
// p5-Crypt-SSLeay-0.72_3 (direct dependency chan...
// p5-Crypt-OpenSSL-RSA-0.28_2 (direct dependency...
// p5-Crypt-OpenSSL-Bignum-0.09 (direct dependenc...
// p5-Crypt-DES-2.07_1 (needed shared library cha...
// p5-Crypt-CBC-2.33_1 (ABI changed: 'freebsd:10:...
// p5-Convert-UUlib-1.50,1 (needed shared library...
// p5-Class-Data-Inheritable-0.08_1 (ABI changed:...
// p5-BerkeleyDB-0.55_1 (needed shared library ch...
// openssl-1.0.2o_2,1 (options changed)
// openldap-client-2.4.46 (direct dependency remo...
// net-snmp-5.7.3_18 (direct dependency changed: ...
// mysql56-server-5.6.40 (direct dependency chang...
// mysql56-client-5.6.40 (direct dependency chang...
// libpthread-stubs-0.4 (ABI changed: 'freebsd:10...
// libevent-2.1.8_1 (direct dependency removed: o...
// libarchive-3.3.2,1 (direct dependency changed:...
// ja-mailman-2.1.14.j7_4,1 (options changed)
// gnupg1-1.4.22 (needed shared library changed)
// gnome_subr-1.0 (ABI changed: 'freebsd:10:x86:6...
// gdbm-1.13_1 (needed shared library changed)
// cyrus-sasl-2.1.26_13 (direct dependency remove...
// curl-7.60.0 (options changed)
// cclient-2007f_3,1 (direct dependency removed: ...
// cairo-1.14.8_1,2 (options changed)
// bind911-9.11.3_1 (options changed)
// apr-1.6.3.1.6.1_1 (options changed)
// amavisd-new-2.11.0_2,1 (options changed)
//
// Number of packages to be installed: 4
// Number of packages to be reinstalled: 68
//
// The process will require 11 MiB more space.
// 60 MiB to be downloaded.
//
// p5-XML-Parser-2.44, p5-XML-LibXML-2.0132,1, p5-Variabl...
//
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
終了行:
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*Perl 5.28 to 5.32 [#zd86fee9]
20200803:
AFFECTS: users of lang/perl5*
AUTHOR: mat@FreeBSD.org
The default Perl version has been switched to Perl 5.32...
binary packages to upgrade your system, you do not have...
upgrade will do the right thing. For the other people,...
instructions in entry 20161103, it should still be the ...
** First, add to /etc/make.conf [#o5700e76]
DEFAULT_VERSIONS+= perl5=5.32
portupgrade -o lang/perl5.32 -f lang/perl5.28
portupgrade -f --batch `pkg shlib -qR libperl.so.5.28`
portupgrade -o lang/perl5.32 -f lang/perl5.28 --batch && ...
*Perl 5.26 to 5.28 [#t3d689db]
** First, add to /etc/make.conf: [#d1b9f525]
DEFAULT_VERSIONS+= perl5=5.28
portupgrade -o lang/perl5.28 -f lang/perl5.26
portupgrade -f `pkg shlib -qR libperl.so.5.26`
http://silversack.my.coocan.jp/bsd/fbsd11x_opeman-3_ports...
*/usr/ports/UPDATING [#l71568b9]
20181213:
AFFECTS: users of lang/perl5*
AUTHOR: mat@FreeBSD.org
The default Perl version has been switched to Perl 5.2...
binary packages to upgrade your system, you do not hav...
upgrade will do the right thing. For the other people...
instructions in entry 20161103, it should still be the...
**/usr/ports/Mk/bsd.default-versions.mk [#u08b9be1]
# Possible values: 5.24, 5.26, 5.28, devel
.if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_E...
defined(PACKAGE_BUILDING))
PERL5_DEFAULT?= 5.28
.elif !defined(PERL5_DEFAULT)
# There's no need to replace development versions, like ...
# because 1) nobody is supposed to use it outside of pou...
# be set manually in /etc/make.conf in the first place, ...
# in here.
.if !defined(_PERL5_FROM_BIN)
_PERL5_FROM_BIN!= perl -e 'printf "%vd\n", $$^V;'
.endif
_EXPORTED_VARS+= _PERL5_FROM_BIN
PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R}
.endif
----
*Perl 5.24 to 5.26 [#k4ac9d2b]
** First, add to /etc/make.conf: [#vb6a2109]
DEFAULT_VERSIONS+= perl5=5.26
** Portupgrade users: [#be3be820]
portupgrade -o lang/perl5.26 -f lang/perl5.24
You can now remove the DEFAULT_VERSIONS line added earli...
Then you will need to rebuild everything that uses libpe...
portupgrade -f `pkg shlib -qR libperl.so.5.24`
**20180330: [#ia622765]
AFFECTS: users of lang/perl5*
AUTHOR: mat@FreeBSD.org
The default Perl version has been switched to Perl 5.26...
binary packages to upgrade your system, you do not have...
upgrade will do the right thing. For the other people,...
instructions in entry 20161103, it should still be the ...
----
*20161103: [#dad9e320]
AFFECTS: users of lang/perl5*
AUTHOR: mat@FreeBSD.org
The default Perl version has been switched to Perl 5.24...
binary packages to upgrade your system, you do not have...
upgrade will do the right thing. For the other people,...
migrating from 5.20 to 5.24, do:
First, add to /etc/make.conf:
DEFAULT_VERSIONS+= perl5=5.24
Portupgrade users:
portupgrade -o lang/perl5.24 -f lang/perl5.20
You can now remove the DEFAULT_VERSIONS line added ear...
from /etc/make.conf
Then you will need to rebuild everything that uses lib...
can do so with:
portupgrade -f `pkg shlib -qR libperl.so.5.20`
Portmaster users:
portmaster -o lang/perl5.24 lang/perl5.20
You can now remove the DEFAULT_VERSIONS line added ea...
from /etc/make.conf
Then you will need to rebuild everything that uses lib...
can do so with:
portmaster -f `pkg shlib -qR libperl.so.5.20`
*20131023 の/usr/ports/UPDATING [#ga28b864]
で、AFFECTS: users of lang/perl5.12 lang/perl5.14 AUTHOR...
のものを、perl5.24 perl5.26 へ置き換えたものがこちら。
AFFECTS: users of lang/perl5.24 lang/perl5.26
The default perl has been switched to lang/perl5.26.
** If you're using binary packages, you need to do : [#oc...
# pkg set -o lang/perl5.24:lang/perl5.26
If you're not using binary packages and want to (and shou...
** Portupgrade users: [#n0f564a2]
0) Fix pkgdb.db (for safety):
pkgdb -Ff
1) Reinstall new version of Perl (5.26):
portupgrade -o lang/perl5.26 -f perl-5.24.\*
2) Reinstall everything that depends on Perl:
portupgrade -fr perl
** Portmaster users: [#h5191652]
portmaster -o lang/perl5.26 lang/perl5.24
Conservative: portmaster p5-
Comprehensive (but perhaps overkill):
portmaster -r perl-
Note: If the "perl-" glob matches more than one port you ...
// ----
// # pkg set -o lang/perl5.24:lang/perl5.26
// Change origin from lang/perl5.24 to lang/perl5.26 for...
//
// # portupgrade -o lang/perl5.26 -f perl5.24
// [Reading data from pkg(8) ... - 427 packages found - ...
//
// # portupgrade 'perl*' --batch
// [Reading data from pkg(8) ... - 427 packages found - ...
// ** Detected a package name change: perl5 (lang/perl5....
// ---> Upgrading 'perl5-5.24.4' to 'perl5.26-5.26.2' (...
// ---> Building '/usr/ports/lang/perl5.26'
// ===> Cleaning for perl5.26-5.26.2
// ##################################################
//
// This is *NOT* the DEFAULT perl version
// : :
// : :
// : :
// : :
// : :
// : :
// http://www.perl.org/
// ===> Cleaning for perl5.26-5.26.2
// ---> Cleaning out obsolete shared libraries
//
// #perl -v
// perl: Command not found.
//
// portupgrade -fr perl5.26
//
// /etc/make.conf
// #DEFAULT_VERSIONS+=perl5=5.24
// DEFAULT_VERSIONS+=perl5=5.26
//
//
// portupgrade -fRr perl5.26
//
//
//
//
//
//
//
//
//
// *結局 PerlのバージョンUpgradeは、 [#fdc40f43]
//
// /etc/make.conf
// #DEFAULT_VERSIONS+=perl5=5.24
// DEFAULT_VERSIONS+=perl5=5.26
//
// するなどして、旧Perlをアンインストールし、あらたに再イ...
//
//
// 従って、ここから以下は、ゴミ情報につきスルーするヨロシ。
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
// ----
//
//
//
//
//
//
//
//
//
//
//
//
// *Amavisd-new 起動せず [#abe69b8a]
//
// p5- モジュールが非更新のため?
//
// http://www.lifewithunix.jp/notes/2014/12/21/freebsd-pe...
//
// # pkg upgrade
// Updating FreeBSD repository catalogue...
// FreeBSD repository is up to date.
// All repositories are up to date.
// Updating database digests format: 100%
// Checking for upgrades (406 candidates): 100%
// Processing candidates (406 candidates): 100%
// The following 72 package(s) will be affected (of 0 ch...
//
// New packages to be INSTALLED:
// p5-Mail-SPF: 2.9.0_4
// p5-Net-DNS-Resolver-Programmable: 0.009
// postgresql95-client: 9.5.12
// libnghttp2: 1.31.1
//
// Installed packages to be REINSTALLED:
// trousers-0.3.14_2 (direct dependency changed: ...
// spamassassin-3.4.1_11 (options changed)
// ruby-2.4.4,1 (direct dependency changed: libun...
// rsync-3.1.3 (options changed)
// rrdtool-1.7.0_2 (options changed)
// python27-2.7.15 (direct dependency changed: re...
// py27-cryptography-2.1.4 (direct dependency cha...
// php56-extensions-1.0 (options changed)
// p5-XML-Parser-2.44 (needed shared library chan...
// p5-XML-LibXML-2.0132,1 (needed shared library ...
// p5-Variable-Magic-0.62 (needed shared library ...
// p5-Unix-Syslog-1.1_1 (needed shared library ch...
// p5-TimeDate-2.30_2,1 (ABI changed: 'freebsd:10...
// p5-Sub-Identify-0.14 (needed shared library ch...
// p5-Socket6-0.28 (needed shared library changed)
// p5-Scalar-List-Utils-1.50,1 (needed shared lib...
// p5-Params-Validate-1.29 (needed shared library...
// p5-Params-Util-1.07_2 (needed shared library c...
// p5-Package-Stash-XS-0.28_2 (needed shared libr...
// p5-NetAddr-IP-4.079 (needed shared library cha...
// p5-Net-SSLeay-1.85 (direct dependency changed:...
// p5-Net-LibIDN-0.12_4 (needed shared library ch...
// p5-Net-IDN-Encode-2.400 (needed shared library...
// p5-Net-DNS-1.15,1 (direct dependency changed: ...
// p5-Locale-gettext-1.07 (needed shared library ...
// p5-List-MoreUtils-XS-0.428 (needed shared libr...
// p5-LWP-MediaTypes-6.02_1 (ABI changed: 'freebs...
// p5-IPC-ShareLite-0.17_1 (needed shared library...
// p5-IO-stringy-2.111 (ABI changed: 'freebsd:10:...
// p5-HTTP-Date-6.02_1 (ABI changed: 'freebsd:10:...
// p5-HTTP-Daemon-6.01_1 (ABI changed: 'freebsd:1...
// p5-HTML-Template-2.95_1 (ABI changed: 'freebsd...
// p5-HTML-Tagset-3.20_1 (ABI changed: 'freebsd:1...
// p5-HTML-Parser-3.72 (needed shared library cha...
// p5-FCGI-0.78 (needed shared library changed)
// p5-Encode-Detect-1.01_1 (needed shared library...
// p5-Digest-SHA1-2.13_1 (needed shared library c...
// p5-Digest-HMAC-1.03_1 (ABI changed: 'freebsd:1...
// p5-DBI-1.641 (needed shared library changed)
// p5-DBD-mysql-4.046 (options changed)
// p5-DBD-Pg-3.7.4 (direct dependency changed: po...
// p5-Crypt-SSLeay-0.72_3 (direct dependency chan...
// p5-Crypt-OpenSSL-RSA-0.28_2 (direct dependency...
// p5-Crypt-OpenSSL-Bignum-0.09 (direct dependenc...
// p5-Crypt-DES-2.07_1 (needed shared library cha...
// p5-Crypt-CBC-2.33_1 (ABI changed: 'freebsd:10:...
// p5-Convert-UUlib-1.50,1 (needed shared library...
// p5-Class-Data-Inheritable-0.08_1 (ABI changed:...
// p5-BerkeleyDB-0.55_1 (needed shared library ch...
// openssl-1.0.2o_2,1 (options changed)
// openldap-client-2.4.46 (direct dependency remo...
// net-snmp-5.7.3_18 (direct dependency changed: ...
// mysql56-server-5.6.40 (direct dependency chang...
// mysql56-client-5.6.40 (direct dependency chang...
// libpthread-stubs-0.4 (ABI changed: 'freebsd:10...
// libevent-2.1.8_1 (direct dependency removed: o...
// libarchive-3.3.2,1 (direct dependency changed:...
// ja-mailman-2.1.14.j7_4,1 (options changed)
// gnupg1-1.4.22 (needed shared library changed)
// gnome_subr-1.0 (ABI changed: 'freebsd:10:x86:6...
// gdbm-1.13_1 (needed shared library changed)
// cyrus-sasl-2.1.26_13 (direct dependency remove...
// curl-7.60.0 (options changed)
// cclient-2007f_3,1 (direct dependency removed: ...
// cairo-1.14.8_1,2 (options changed)
// bind911-9.11.3_1 (options changed)
// apr-1.6.3.1.6.1_1 (options changed)
// amavisd-new-2.11.0_2,1 (options changed)
//
// Number of packages to be installed: 4
// Number of packages to be reinstalled: 68
//
// The process will require 11 MiB more space.
// 60 MiB to be downloaded.
//
// p5-XML-Parser-2.44, p5-XML-LibXML-2.0132,1, p5-Variabl...
//
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
ページ名: