Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Inline-0.53-4.el7 RPM for noarch

From CentOS 7.9.2009 for x86_64 / Packages

Name: perl-Inline Distribution: Unknown
Version: 0.53 Vendor: CentOS
Release: 4.el7 Build date: Mon Jun 9 20:55:46 2014
Group: Development/Libraries Build host: worker1.bsys.centos.org
Size: 402139 Source RPM: perl-Inline-0.53-4.el7.src.rpm
Packager: CentOS BuildSystem <http://bugs.centos.org>
Url: http://search.cpan.org/dist/Inline/
Summary: Write Perl subroutines in other programming languages
The Inline module allows you to put source code from other programming
languages directly "inline" in a Perl script or module. The code is
automatically compiled as needed, and then loaded for immediate access
from Perl.

Inline saves you from the hassle of having to write and compile your
own glue code using facilities like XS or SWIG. Simply type the code
where you want it and run your Perl as normal. All the hairy details
are handled for you. The compilation and installation of your code
chunks all happen transparently; all you will notice is the delay of
compilation on the first run.

The Inline code only gets compiled the first time you run it (or
whenever it is modified) so you only take the performance hit
once. Code that is Inlined into distributed modules (like on the CPAN)
will get compiled when the module is installed, so the end user will
never notice the compilation time.

Provides

Requires

License

(GPL+ or Artistic) and Artistic

Changelog

* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.53-4
  - Mass rebuild 2013-12-27
* Wed Aug 07 2013 Petr Šabata <contyk@redhat.com> - 0.53-3.2
  - Fix the 'provides' filters
  - Better summary
* Sat Jul 20 2013 Petr Šabata <contyk@redhat.com> - 0.53-3.1
  - Build with the changelog fix
* Sat Jul 20 2013 Petr Šabata <contyk@redhat.com> - 0.53-3
  - Correcting the Licence tag; C-Cookbook.pod is Artistic only
  - Fix a bogus date in changelog
* Sat Jul 20 2013 Petr Šabata <contyk@redhat.com> - 0.53-2
  - Add some missing dependencies
* Thu May 02 2013 Petr Šabata <contyk@redhat.com> - 0.53-1
  - 0.53 bump, marker regexp enhancements
* Thu Mar 07 2013 Petr Šabata <contyk@redhat.com> - 0.52-1
  - 0.52 bump
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.51-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Nov 15 2012 Petr Šabata <contyk@redhat.com> - 0.51-2
  - Use DESTDIR
  - Don't remove the nonexistent empty directories
* Mon Oct 15 2012 Petr Šabata <contyk@redhat.com> - 0.51-1
  - 0.51 bump
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.50-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Jun 16 2012 Petr Pisar <ppisar@redhat.com> - 0.50-2
  - Perl 5.16 rebuild
* Tue Feb 07 2012 Petr Šabata <contyk@redhat.com> - 0.50-1
  - 0.50 bump
  - Minor cleanup
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.49-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Dec 13 2011 Marcela Mašláňová <mmaslano@redhat.com> 0.49-1
  - bump to 0.49
  - add BR: perl(Carp), perl(File::Spec), perl(Test::More)
  - add R: perl(Data::Dumper)
* Wed Nov 09 2011 Iain Arnell <iarnell@gmail.com> 0.48-3
  - R/BR perl(Digest::MD5)
* Wed Jun 29 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.48-2
  - Perl mass rebuild
  - fix filter macro
* Mon Mar 07 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.48-1
  - update to 0.48
  - add Test::Warn into BR
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Tue Jan 25 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.47-1
  - 671863 update to 0.47
* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.46-2
  - 661697 rebuild for fixing problems with vendorach/lib
* Wed Jul 14 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 0.46-1
  - update to 0.46
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.44-24
  - Mass rebuild with perl-5.12.0
* Mon Dec 07 2009 Stepan Kasal <skasal@redhat.com> - 0.44-23
  - rebuild against perl 5.10.1
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.44-22
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.44-21
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.44-20
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Tue Feb 05 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.44-19
  - rebuild for new perl
* Mon Nov 19 2007 Robin Norwood <rnorwood@redhat.com> - 0.44-18
  - Add BR: perl(Inline::Files)
* Wed Oct 24 2007 Robin Norwood <rnorwood@redhat.com> - 0.44-17
  - Various fixes from package review
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.44-16
  - correct license tag
  - add BR: perl(ExtUtils::MakeMaker)
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
  - rebuild
* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 0.44-15.2
  - rebuild for new perl-5.8.8
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
  - rebuilt for new gcc
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
  - rebuilt for new gcj
* Thu Apr 21 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.44-15
  - BuildArch correction (noarch). (#155811)
  - Bring up to date with current Fedora.Extras perl spec template.
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  - rebuilt
* Thu Feb 19 2004 Chip Turner <cturner@redhat.com> 0.44-10
  - rebuild
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  - rebuilt
* Tue Jun 17 2003 Chip Turner <cturner@redhat.com> 0.44-8
  - rebuild
* Mon Jan 27 2003 Chip Turner <cturner@redhat.com>
  - version bump and rebuild
* Wed Nov 20 2002 Chip Turner <cturner@redhat.com>
  - rebuild
  - update to 0.44
* Tue Aug 06 2002 Chip Turner <cturner@redhat.com>
  - automated release bump and build
* Thu Jun 27 2002 Chip Turner <cturner@redhat.com>
  - description update
* Fri Jun 07 2002 cturner@redhat.com
  - Specfile autogenerated

Files

/usr/share/doc/perl-Inline-0.53
/usr/share/doc/perl-Inline-0.53/Changes
/usr/share/doc/perl-Inline-0.53/README
/usr/share/man/man3/Inline-API.3pm.gz
/usr/share/man/man3/Inline-FAQ.3pm.gz
/usr/share/man/man3/Inline-Support.3pm.gz
/usr/share/man/man3/Inline.3pm.gz
/usr/share/man/man3/Inline::C-Cookbook.3pm.gz
/usr/share/man/man3/Inline::C.3pm.gz
/usr/share/man/man3/Inline::C::ParseRecDescent.3pm.gz
/usr/share/man/man3/Inline::C::ParseRegExp.3pm.gz
/usr/share/perl5/vendor_perl/Inline
/usr/share/perl5/vendor_perl/Inline-API.pod
/usr/share/perl5/vendor_perl/Inline-FAQ.pod
/usr/share/perl5/vendor_perl/Inline-Support.pod
/usr/share/perl5/vendor_perl/Inline.pm
/usr/share/perl5/vendor_perl/Inline.pod
/usr/share/perl5/vendor_perl/Inline/C
/usr/share/perl5/vendor_perl/Inline/C-Cookbook.pod
/usr/share/perl5/vendor_perl/Inline/C.pm
/usr/share/perl5/vendor_perl/Inline/C.pod
/usr/share/perl5/vendor_perl/Inline/C/ParseRecDescent.pm
/usr/share/perl5/vendor_perl/Inline/C/ParseRegExp.pm
/usr/share/perl5/vendor_perl/Inline/Foo.pm
/usr/share/perl5/vendor_perl/Inline/MakeMaker
/usr/share/perl5/vendor_perl/Inline/MakeMaker.pm
/usr/share/perl5/vendor_perl/Inline/MakeMaker/Changes
/usr/share/perl5/vendor_perl/Inline/denter.pm
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/Inline
/usr/share/perl5/vendor_perl/auto/Inline/M01_usage_use.al
/usr/share/perl5/vendor_perl/auto/Inline/M02_usage.al
/usr/share/perl5/vendor_perl/auto/Inline/M03_usage_bind.al
/usr/share/perl5/vendor_perl/auto/Inline/M04_error_nocode.al
/usr/share/perl5/vendor_perl/auto/Inline/M05_error_eval.al
/usr/share/perl5/vendor_perl/auto/Inline/M06_code_file_failed_open.al
/usr/share/perl5/vendor_perl/auto/Inline/M07_code_file_does_not_exist.al
/usr/share/perl5/vendor_perl/auto/Inline/M08_no_DATA_source_code.al
/usr/share/perl5/vendor_perl/auto/Inline/M09_marker_mismatch.al
/usr/share/perl5/vendor_perl/auto/Inline/M10_usage_WITH_USING.al
/usr/share/perl5/vendor_perl/auto/Inline/M11_usage_DIRECTORY.al
/usr/share/perl5/vendor_perl/auto/Inline/M12_usage_NAME.al
/usr/share/perl5/vendor_perl/auto/Inline/M13_usage_VERSION.al
/usr/share/perl5/vendor_perl/auto/Inline/M14_usage_Config.al
/usr/share/perl5/vendor_perl/auto/Inline/M15_usage_install_directory.al
/usr/share/perl5/vendor_perl/auto/Inline/M16_DIRECTORY_mkdir_failed.al
/usr/share/perl5/vendor_perl/auto/Inline/M17_config_open_failed.al
/usr/share/perl5/vendor_perl/auto/Inline/M18_error_old_version.al
/usr/share/perl5/vendor_perl/auto/Inline/M19_usage_language.al
/usr/share/perl5/vendor_perl/auto/Inline/M20_config_creation_failed.al
/usr/share/perl5/vendor_perl/auto/Inline/M21_opendir_failed.al
/usr/share/perl5/vendor_perl/auto/Inline/M22_usage_register.al
/usr/share/perl5/vendor_perl/auto/Inline/M23_usage_alias_used.al
/usr/share/perl5/vendor_perl/auto/Inline/M24_open_for_output_failed.al
/usr/share/perl5/vendor_perl/auto/Inline/M25_no_WITH_support.al
/usr/share/perl5/vendor_perl/auto/Inline/M26_error_version_without_name.al
/usr/share/perl5/vendor_perl/auto/Inline/M27_module_not_indexed.al
/usr/share/perl5/vendor_perl/auto/Inline/M28_error_grokking_path.al
/usr/share/perl5/vendor_perl/auto/Inline/M29_error_relative_path.al
/usr/share/perl5/vendor_perl/auto/Inline/M30_error_no_obj.al
/usr/share/perl5/vendor_perl/auto/Inline/M31_inline_open_failed.al
/usr/share/perl5/vendor_perl/auto/Inline/M32_error_md5_validation.al
/usr/share/perl5/vendor_perl/auto/Inline/M33_error_old_inline_version.al
/usr/share/perl5/vendor_perl/auto/Inline/M34_error_incorrect_version.al
/usr/share/perl5/vendor_perl/auto/Inline/M35_error_no_object_file.al
/usr/share/perl5/vendor_perl/auto/Inline/M36_usage_install_main.al
/usr/share/perl5/vendor_perl/auto/Inline/M37_usage_install_auto.al
/usr/share/perl5/vendor_perl/auto/Inline/M38_usage_install_name.al
/usr/share/perl5/vendor_perl/auto/Inline/M39_usage_install_version.al
/usr/share/perl5/vendor_perl/auto/Inline/M40_usage_install_badname.al
/usr/share/perl5/vendor_perl/auto/Inline/M41_usage_install_version_mismatch.al
/usr/share/perl5/vendor_perl/auto/Inline/M42_usage_loader.al
/usr/share/perl5/vendor_perl/auto/Inline/M43_error_bootstrap.al
/usr/share/perl5/vendor_perl/auto/Inline/M45_usage_with.al
/usr/share/perl5/vendor_perl/auto/Inline/M46_usage_with_bad.al
/usr/share/perl5/vendor_perl/auto/Inline/M47_invalid_config_option.al
/usr/share/perl5/vendor_perl/auto/Inline/M48_usage_shortcuts.al
/usr/share/perl5/vendor_perl/auto/Inline/M49_usage_unsafe.al
/usr/share/perl5/vendor_perl/auto/Inline/M51_unused_DATA.al
/usr/share/perl5/vendor_perl/auto/Inline/M52_invalid_filter.al
/usr/share/perl5/vendor_perl/auto/Inline/M53_mkdir_failed.al
/usr/share/perl5/vendor_perl/auto/Inline/M54_rmdir_failed.al
/usr/share/perl5/vendor_perl/auto/Inline/M55_unlink_failed.al
/usr/share/perl5/vendor_perl/auto/Inline/M56_no_DIRECTORY_found.al
/usr/share/perl5/vendor_perl/auto/Inline/M57_wrong_architecture.al
/usr/share/perl5/vendor_perl/auto/Inline/M58_site_install.al
/usr/share/perl5/vendor_perl/auto/Inline/M59_bad_inline_file.al
/usr/share/perl5/vendor_perl/auto/Inline/M60_no_inline_files.al
/usr/share/perl5/vendor_perl/auto/Inline/M61_not_parsed.al
/usr/share/perl5/vendor_perl/auto/Inline/M62_invalid_config_file.al
/usr/share/perl5/vendor_perl/auto/Inline/M63_no_source.al
/usr/share/perl5/vendor_perl/auto/Inline/M64_install_not_c.al
/usr/share/perl5/vendor_perl/auto/Inline/_mkdir.al
/usr/share/perl5/vendor_perl/auto/Inline/_rmtree.al
/usr/share/perl5/vendor_perl/auto/Inline/autosplit.ix
/usr/share/perl5/vendor_perl/auto/Inline/check_config_file.al
/usr/share/perl5/vendor_perl/auto/Inline/check_module.al
/usr/share/perl5/vendor_perl/auto/Inline/clean_build.al
/usr/share/perl5/vendor_perl/auto/Inline/create_config_file.al
/usr/share/perl5/vendor_perl/auto/Inline/denter
/usr/share/perl5/vendor_perl/auto/Inline/denter/M01_invalid_indent_width.al
/usr/share/perl5/vendor_perl/auto/Inline/denter/M02_no_key_end_marker.al
/usr/share/perl5/vendor_perl/auto/Inline/denter/M03_no_value_end_marker.al
/usr/share/perl5/vendor_perl/auto/Inline/denter/M04_mismatched_quotes.al
/usr/share/perl5/vendor_perl/auto/Inline/denter/M05_invalid_key_value.al
/usr/share/perl5/vendor_perl/auto/Inline/denter/M06_invalid_indent_level.al
/usr/share/perl5/vendor_perl/auto/Inline/denter/M07_invalid_scalar_value.al
/usr/share/perl5/vendor_perl/auto/Inline/denter/_print_ref.al
/usr/share/perl5/vendor_perl/auto/Inline/denter/autosplit.ix
/usr/share/perl5/vendor_perl/auto/Inline/denter/indent.al
/usr/share/perl5/vendor_perl/auto/Inline/denter/indent_array.al
/usr/share/perl5/vendor_perl/auto/Inline/denter/indent_data.al
/usr/share/perl5/vendor_perl/auto/Inline/denter/indent_hash.al
/usr/share/perl5/vendor_perl/auto/Inline/denter/indent_name.al
/usr/share/perl5/vendor_perl/auto/Inline/denter/indent_ref.al
/usr/share/perl5/vendor_perl/auto/Inline/denter/indent_scalar.al
/usr/share/perl5/vendor_perl/auto/Inline/denter/indent_undef.al
/usr/share/perl5/vendor_perl/auto/Inline/denter/indent_value.al
/usr/share/perl5/vendor_perl/auto/Inline/env_untaint.al
/usr/share/perl5/vendor_perl/auto/Inline/filter.al
/usr/share/perl5/vendor_perl/auto/Inline/find_temp_dir.al
/usr/share/perl5/vendor_perl/auto/Inline/install.al
/usr/share/perl5/vendor_perl/auto/Inline/maker_utils.al
/usr/share/perl5/vendor_perl/auto/Inline/mkpath.al
/usr/share/perl5/vendor_perl/auto/Inline/obj_untaint.al
/usr/share/perl5/vendor_perl/auto/Inline/print_info.al
/usr/share/perl5/vendor_perl/auto/Inline/read_inline_file.al
/usr/share/perl5/vendor_perl/auto/Inline/receive_code.al
/usr/share/perl5/vendor_perl/auto/Inline/reportbug.al
/usr/share/perl5/vendor_perl/auto/Inline/rmpath.al
/usr/share/perl5/vendor_perl/auto/Inline/with_configs.al
/usr/share/perl5/vendor_perl/auto/Inline/write_inl_file.al


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:35:08 2024