mhonarc-dev

[bug #32987] Lots of deprecation warnings with Perl 5.12

2011-04-03 09:04:19
URL:
  <http://savannah.nongnu.org/bugs/?32987>

                 Summary: Lots of deprecation warnings with Perl 5.12
                 Project: MHonArc
            Submitted by: schnouki
            Submitted on: Sun 03 Apr 2011 02:09:52 PM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Undesired Behavior
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
        Operating System: Linux
            Perl Version: 5.12.3
       Component Version: 2.6.18
           Fixed Release: 

    _______________________________________________________

Details:

Hi,

I'm using mhonarc on Arch Linux with Perl 5.12.3.
When I run mhonarc, I have the following messages:


/usr/bin/mhonarc \
    -outdir ... \
    -mhpattern '^[^\.]' \
    -add .../cur \
    -add .../new \
    -rcfile .../my.mrc \
    -title "..." \
    -ttitle "..." \
    -tlevels 5 \
    -sort -reverse \
    -htmlext "php" -nodoc \
    -lang fr_FR -quiet
defined(%hash) is deprecated at
/home/schnouki/test/mhonarc/pkg/usr//share/perl5/site_perl/mhamain.pl line
1564.
        (Maybe you should just omit the defined()?)
defined(%hash) is deprecated at
/home/schnouki/test/mhonarc/pkg/usr//share/perl5/site_perl/mhopt.pl line 867.
        (Maybe you should just omit the defined()?)
defined(%hash) is deprecated at
/home/schnouki/test/mhonarc/pkg/usr//share/perl5/site_perl/readmail.pl line
120.
        (Maybe you should just omit the defined()?)
defined(%hash) is deprecated at
/home/schnouki/test/mhonarc/pkg/usr//share/perl5/site_perl/readmail.pl line
122.
        (Maybe you should just omit the defined()?)
defined(%hash) is deprecated at
/home/schnouki/test/mhonarc/pkg/usr//share/perl5/site_perl/readmail.pl line
156.
        (Maybe you should just omit the defined()?)
defined(%hash) is deprecated at
/home/schnouki/test/mhonarc/pkg/usr//share/perl5/site_perl/readmail.pl line
158.
        (Maybe you should just omit the defined()?)
defined(%hash) is deprecated at
/home/schnouki/test/mhonarc/pkg/usr//share/perl5/site_perl/readmail.pl line
183.
        (Maybe you should just omit the defined()?)
defined(%hash) is deprecated at
/home/schnouki/test/mhonarc/pkg/usr//share/perl5/site_perl/readmail.pl line
185.
        (Maybe you should just omit the defined()?)
defined(%hash) is deprecated at
/home/schnouki/test/mhonarc/pkg/usr//share/perl5/site_perl/readmail.pl line
199.
        (Maybe you should just omit the defined()?)
defined(%hash) is deprecated at
/home/schnouki/test/mhonarc/pkg/usr//share/perl5/site_perl/readmail.pl line
209.
        (Maybe you should just omit the defined()?)
defined(%hash) is deprecated at
/home/schnouki/test/mhonarc/pkg/usr//share/perl5/site_perl/readmail.pl line
223.
        (Maybe you should just omit the defined()?)
defined(%hash) is deprecated at
/home/schnouki/test/mhonarc/pkg/usr//share/perl5/site_perl/readmail.pl line
234.
        (Maybe you should just omit the defined()?)


(The /home/.../pkg/usr/ is the build path for the package; the real files are
actually installed in /usr/share/perl5/site_perl.)

When running it in a script called by cron, I have to run mhonarc through
"perl -X" to disable all warnings.




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?32987>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV

<Prev in Thread] Current Thread [Next in Thread>
  • [bug #32987] Lots of deprecation warnings with Perl 5.12, Thomas Jost <=