1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- update to 0.07

- from Changes
  - Implemented patch from Tom Phoenix that makes parentheses
    optional (and a doc fix, too).
  - Fixed little-known bug that triggered indirect method call
    syntax.  You can now do "diag Dumper($foo)" or
    "diag Dumper $foo" if you wish.
This commit is contained in:
Cheng-Lung Sung 2005-05-20 04:03:56 +00:00
parent 55b9635dec
commit 1d1fc9d22c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135667
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Data-Dumper-Simple
PORTVERSION= 0.06
PORTVERSION= 0.07
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data

View File

@ -1,2 +1,2 @@
MD5 (Data-Dumper-Simple-0.06.tar.gz) = cb2ab608bdbe289ad6db4baf4fa84ae7
SIZE (Data-Dumper-Simple-0.06.tar.gz) = 6356
MD5 (Data-Dumper-Simple-0.07.tar.gz) = dacba005e87f8d1bf9c409840dce7ea8
SIZE (Data-Dumper-Simple-0.07.tar.gz) = 7362