File: ModulesElems.pm

package info (click to toggle)
libxml-rss-perl 1.55-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 780 kB
  • ctags: 235
  • sloc: perl: 6,988; xml: 379; makefile: 8
file content (13 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
package XML::RSS::Private::Output::Roles::ModulesElems;

use strict;
use warnings;

sub _out_modules_elements_if_supported {
    my ($self, $top_elem) = @_;

    return $self->_out_modules_elements($top_elem);
}

1;