8
0

135 Commits

Author SHA256 Message Date
5b6e526a08 Add Gitea build results 2025-08-12 18:16:43 +02:00
12e872daaf Accepting request 1279823 from devel:languages:perl
Forwarded request #1279812 from tinita

- updated to 0.89.0 (0.089)
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.089		2025-05-18	T. R. Wyant
      The /x modifier should not affect the parse of the replacement
      string in a substitution operator. That is, the '#' in s/x/#/x does
      NOT introdice a comment.
      Correct POD link in PPIx::Regexp::Token::Literal.
      Annotate sub class(), since with Perl 5.38 it is a built-in.

OBS-URL: https://build.opensuse.org/request/show/1279823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=71
2025-05-27 16:49:24 +00:00
0128b1e34e Accepting request 1279812 from devel:languages:perl:autoupdate
- updated to 0.89.0 (0.089)
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.089		2025-05-18	T. R. Wyant
      The /x modifier should not affect the parse of the replacement
      string in a substitution operator. That is, the '#' in s/x/#/x does
      NOT introdice a comment.
      Correct POD link in PPIx::Regexp::Token::Literal.
      Annotate sub class(), since with Perl 5.38 it is a built-in.

OBS-URL: https://build.opensuse.org/request/show/1279812
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=127
2025-05-24 16:14:24 +00:00
2c4744db72 Accepting request 1070670 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1070670
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=70
2023-03-11 17:23:28 +00:00
26f89d3647 Accepting request 1070478 from devel:languages:perl:autoupdate
- updated to 0.088
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.088		2023-02-28	T. R. Wyant
      Remove support for (**{ ... code ... }).  This was introduced in
      Perl 5.37.8 along with a single-splat version.  The double-splat
      version was removed without deprecation in Perl 5.37.9, so it is
      being removed without deprecation here as well, per my stated policy
      about development functionality.  The single-splat version still
      exists (and is documented) in Perl 5.37.9, and in this package.

OBS-URL: https://build.opensuse.org/request/show/1070478
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=125
2023-03-10 10:42:41 +00:00
02599b2e01 Accepting request 1066003 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1066003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=69
2023-02-17 15:43:35 +00:00
d1591f266d Accepting request 1065467 from devel:languages:perl:autoupdate
- updated to 0.087
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.087		2023-01-28	T. R. Wyant
      Add support for code in optimized regex, a.k.a. (*{...}).  This
      involved making the recognition of backtracking control more
      specific, since it also uses (?*...).
      If (*{...}) and (**{...}) are removed from Perl before Perl 5.38.0,
      support for them will be removed from this package.

OBS-URL: https://build.opensuse.org/request/show/1065467
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=123
2023-02-15 17:16:04 +00:00
4b0734debc Accepting request 1055919 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1055919
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=68
2023-01-05 14:00:17 +00:00
639aa43a6e Accepting request 1046322 from devel:languages:perl:autoupdate
- updated to 0.086
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.086		2022-12-13	T. R. Wyant
      Add width(), which returns the number of characters matched. Note
      that an indefinite upper boumd is represented as IEEE 754 Inf if
      that appears to be supported; otherwise by a singleton object
      overloaded to allow stringification, numification, and numeric
      tests.
      Use width() to enhance the detection of variable-width look-behinds.
      Serious clean-up on accepts_perl() subsystem.

OBS-URL: https://build.opensuse.org/request/show/1046322
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=121
2023-01-04 15:52:19 +00:00
71bfd009d0 Accepting request 972545 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/972545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=67
2022-04-25 21:35:36 +00:00
35a0447084 Accepting request 970517 from devel:languages:perl:autoupdate
- updated to 0.085
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.085		2022-04-16	T. R. Wyant
      Remove 'postderef' argument to PPIx::Regexp->new().  Postfix
      dereference is always recognized.

OBS-URL: https://build.opensuse.org/request/show/970517
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=119
2022-04-25 09:15:32 +00:00
3fb5bcad71 Accepting request 969982 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/969982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=66
2022-04-14 15:25:17 +00:00
89a88db934 Accepting request 967719 from devel:languages:perl:autoupdate
- updated to 0.084
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.084		2022-04-02	T. R. Wyant
      Require PPI 1.238 for postfix deref support, and recode the
      postfix deref logic in terms of 1.238's functionality.
      Parse '@{[ ... ]}' as code, not interpolation.  This is more in line
      with what it actually represents, and allows correct versioning of
      postfix dereferences.  But is is an incompatible change.

OBS-URL: https://build.opensuse.org/request/show/967719
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=117
2022-04-13 19:18:04 +00:00
9dcc664945 Accepting request 964980 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/964980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=65
2022-03-26 21:30:58 +00:00
Stephan Kulow
521752afe0 Accepting request 964225 from devel:languages:perl:autoupdate
- updated to 0.083
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.083		2022-03-17	T. R. Wyant
      Correct and optimize the computation of logical column position (the
      one that takes account of tabs).

OBS-URL: https://build.opensuse.org/request/show/964225
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=115
2022-03-26 08:18:59 +00:00
2157f73a57 Accepting request 935942 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/935942
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=64
2021-12-06 22:59:53 +00:00
Stephan Kulow
f83463390d Accepting request 935404 from devel:languages:perl:autoupdate
- updated to 0.082
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.082		2021-11-29	T. R. Wyant
      Add --version to eg/predump, and document all options with double
      dashes.
      Silence 'uninitialized' warning generated by /(?<=.{35})/.
      Thanks to Brian Fraser for reporting this.
      Try to quell weird Win32 test failures which seem to occur only in
      tests where I am using 'use open' to put the standard handles into
      UTF-8 mode. The fix (I hope) is to do this to the Test::Harness
      handles at run time instead of to the standard handles at compile
      time.
      Add file CONTRIBUTING.

OBS-URL: https://build.opensuse.org/request/show/935404
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=114
2021-12-06 09:09:45 +00:00
0d1818030f Accepting request 927517 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/927517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=63
2021-10-26 18:14:09 +00:00
1b943e11d2 Accepting request 927284 from devel:languages:perl:autoupdate
- updated to 0.081
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.081		2021-10-22	T. R. Wyant
      Any use of the postderef argument is now fatal.
      Correct generation of 'provides' metadata.  Thanks to Favio Poletti
      for blogging
      https://github.polettix.it/ETOOBUSY/2021/06/15/the-real-pause-workaround/,
      and ultimately to Joel Berger for the pointer to
      https://metacpan.org/pod/CPAN::Meta::Spec#no_index
      Add YAPE::Regex to SEE ALSO

OBS-URL: https://build.opensuse.org/request/show/927284
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=113
2021-10-26 12:47:26 +00:00
6df72141c7 Accepting request 887832 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/887832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=62
2021-04-22 16:04:46 +00:00
2f0aaacaca Accepting request 886958 from devel:languages:perl:autoupdate
- updated to 0.080
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.080		2021-04-16	T. R. Wyant
      All uses of the postderef argument to new() now warn.

OBS-URL: https://build.opensuse.org/request/show/886958
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=111
2021-04-22 15:31:45 +00:00
e1e4ec4be1 Accepting request 884095 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/884095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=61
2021-04-12 10:36:38 +00:00
3789b97f5c Accepting request 882128 from devel:languages:perl:autoupdate
- updated to 0.079
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.079		2021-03-26	T. R. Wyant
      Get prerequisites up to snuff, and add xt/author/prereq.t to ensure
      they stay that way.
      Add rt.cpan.org back to bug reporting methods. Long live RT!

OBS-URL: https://build.opensuse.org/request/show/882128
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=109
2021-04-09 15:40:37 +00:00
0d558565c5 Accepting request 868417 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/868417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=60
2021-02-02 13:25:18 +00:00
9662ccec9f Accepting request 867689 from devel:languages:perl:autoupdate
- updated to 0.078
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.078		2021-01-28	T. R. Wyant
      Allow CPAN to index Script_Run, Atomic_Script_Run, since they made
      it into a production release.
      Allow {,3} and { 0 , 3 } as quantifiers, requiring at least Perl
      5.33.6. Previously these parsed as literals. This parse will be
      retracted if it does not make it into 5.34.0.

OBS-URL: https://build.opensuse.org/request/show/867689
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=107
2021-02-01 16:24:48 +00:00
bf97b346d1 Accepting request 864830 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/864830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=59
2021-01-20 17:28:47 +00:00
66fc26af34 Accepting request 863289 from devel:languages:perl:autoupdate
- updated to 0.077
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.077		2021-01-14	T. R. Wyant
      Add Travis CI testing.
      Use GitHub as bug tracker. R.I.P. rt.cpan.org.

OBS-URL: https://build.opensuse.org/request/show/863289
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=105
2021-01-20 12:51:04 +00:00
b6b164ab56 Accepting request 852065 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/852065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=58
2020-12-01 13:23:40 +00:00
98978ca888 Accepting request 852048 from devel:languages:perl:autoupdate
- updated to 0.076
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.076		2020-11-28	T. R. Wyant
      Correct (I hope) detection of \K in nested assertions.
      Variable-length look-behind is version 5.029009.
      Look-behinds quantified longer than 255 characters are an error, and
      are made into unknown tokens or structures. I ended up refactoring
      the PPIx::Regexp::Token::GroupType class initialization for the
      latter two changes.

OBS-URL: https://build.opensuse.org/request/show/852048
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=103
2020-12-01 09:44:19 +00:00
45e53aae38 Accepting request 841442 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/841442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=57
2020-10-15 11:46:00 +00:00
440ef8ad51 Accepting request 841427 from devel:languages:perl:autoupdate
- updated to 0.075
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.075		2020-10-08	T. R. Wyant
      Warn on first use of attribute 'postderef'.

OBS-URL: https://build.opensuse.org/request/show/841427
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=101
2020-10-13 09:01:13 +00:00
1831f0ced5 Accepting request 833504 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/833504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=56
2020-09-15 14:15:37 +00:00
b5162f335d Accepting request 833215 from devel:languages:perl:autoupdate
- updated to 0.074
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.074		2020-09-08	T. R. Wyant
      Remove PPIx::Regexp::StringTokenizer itself and all documentation
      referring to it or the 'parse' argument to PPIx::Regexp->new().

OBS-URL: https://build.opensuse.org/request/show/833215
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=99
2020-09-10 14:52:20 +00:00
5599439323 Accepting request 823411 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/823411
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=55
2020-07-30 07:59:14 +00:00
2afd9be6e0 Accepting request 823355 from devel:languages:perl:autoupdate
- updated to 0.073
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.073		2020-07-28	T. R. Wyant
      Remove prototypes from testing subroutines defined in t/*.t.

OBS-URL: https://build.opensuse.org/request/show/823355
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=97
2020-07-29 14:03:40 +00:00
3b10ed221f Accepting request 810972 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/810972
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=54
2020-06-05 18:03:06 +00:00
Lars Vogdt
a9ba482c4a Accepting request 808140 from devel:languages:perl:autoupdate
updated to 0.072
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.072		2020-05-20	T. R. Wyant
      Drop dependency on List::MoreUtils.  Thanks to Graham Ollis
      (plicease) for bringing the issues with this module to my attention.

OBS-URL: https://build.opensuse.org/request/show/808140
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=95
2020-06-02 22:20:01 +00:00
2c5a50fea7 Accepting request 789818 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/789818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=53
2020-04-04 10:18:01 +00:00
28f8656659 Accepting request 789808 from devel:languages:perl:autoupdate
- updated to 0.071
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.071		2020-03-28	T. R. Wyant
      Recognize wildcard Unicode names (Perl 5.31.10).
  
      Try to get correct line number in derived PPI. This is done by
      injecting "
" as needed. The initial #line directive becomes "#line
      2", but is suppressed if I need to generate line 1.
  
      Improve normalization of content for ppi(). This involves the
      un-bracketing of things like ${foo}.
  
      Deprecate new() argument postderef. At this stage it is only
      documented as deprecated. In the first release after October 1 2020
      it will warn on the first use. Eventually it will be retracted, and
      postfix dereferences will always be recognized. This is the default
      behavior now.
  
      Add dump argument/option 'short' which, if true, causes leading
      'PPIx::Regexp::' to be removed from class names.

OBS-URL: https://build.opensuse.org/request/show/789808
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=93
2020-03-30 15:13:33 +00:00
b18489611d Accepting request 780472 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/780472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=52
2020-03-03 09:14:34 +00:00
Lars Vogdt
7ac0ed88ee Accepting request 780235 from devel:languages:perl:autoupdate
- updated to 0.070
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.070		2020-02-27	T. R. Wyant
      Add index_locations option to PPIx::Regexp->new(). This defaults to
      true if the regexp is specified as a PPI::Element object. The
      locations are consistent with the containing PPI::Document.
  
      Add methods location(), column_number(), line_number(),
      logical_filename(), logical_line_number(), and
      visual_column_number() to PPIx::Regexp::Element. All return undef if
      the locations could not be determined.
  
      Add method statement() to PPIx::Regexp::Element. This returns the
      PPI statement containing the regexp element, or nothing if none.
  
      Add method is_matcher() to PPIx::Regexp::Element. This classifies
      objects as to whether they actually match something in the target
      string. Possible returns are true (they do), false but defined (they
      do not) and undef (no clue).
  
      Add methods first_token() and last_token() to PPIx::Regexp::Node.
  
      Add methods next_token() and previous_token() to
      PPIx::Regexp::Element.

OBS-URL: https://build.opensuse.org/request/show/780235
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=91
2020-02-29 09:30:21 +00:00
4e592bf7d9 Accepting request 773595 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/773595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=51
2020-02-15 21:24:33 +00:00
fa8fc7ba99 Accepting request 772503 from devel:languages:perl:autoupdate
- updated to 0.069
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.069		2020-02-07	T. R. Wyant
      The PPIx::Regexp->new() 'parse' option is now fatal. This selected
      either string or regex parse. I consider the string parse a failed
      experiment. This is the latest step in removing it in favor of the
      PPIx::QuoteLike package.

OBS-URL: https://build.opensuse.org/request/show/772503
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=89
2020-02-12 07:11:41 +00:00
61b327c3d5 Accepting request 766507 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/766507
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=50
2020-01-26 23:20:28 +00:00
76b769333e Accepting request 766244 from devel:languages:perl:autoupdate
- updated to 0.068
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.068		2020-01-21	T. R. Wyant
      Expose PPIx::Regexp::Util::is_ppi_regexp_element()
  
      explain() on [[=x=]] now calls it a Character Equivalence.
      It's still a PPIx::Regexp::Token::CharClass::POSIX::Unknown (and
      therefore an error), though.

OBS-URL: https://build.opensuse.org/request/show/766244
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=87
2020-01-23 09:00:23 +00:00
8409b77093 Accepting request 732849 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/732849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=49
2019-09-25 06:34:17 +00:00
Lars Vogdt
f1d8a3621f Accepting request 732687 from home:M0ses:branches:devel:languages:perl
- fixed control characters in changelog file

OBS-URL: https://build.opensuse.org/request/show/732687
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=85
2019-09-24 07:14:32 +00:00
74e3eec12a Accepting request 727962 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/727962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=48
2019-09-07 09:30:30 +00:00
26de24fc5a Accepting request 727454 from devel:languages:perl:autoupdate
Automatic update

OBS-URL: https://build.opensuse.org/request/show/727454
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=83
2019-09-03 09:55:27 +00:00
2313c28704 Accepting request 724775 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/724775
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPIx-Regexp?expand=0&rev=47
2019-08-24 16:39:30 +00:00