SlideShare una empresa de Scribd logo
1 de 37
Creating and Uploading
CPAN Modules
How to prepare a module for distribution and how
to get it uploaded to CPAN
Presenter
● Len Jaffe
● Columbus, OH
● Programmer @ 2Checkout.com
● Just Another Hack Perler since 1990
● ljaffe@2co.com
● lenjaffe@jaffesystems.com
● www.theycomewithcheese.com
PAUSE
● The Perl programming Authors Upload Server
● This is where you upload your distro for
indexing and mirroring by the CPAN
Request a PAUSE Account
● https://pause.perl.org/pause/query
Request a PAUSE account
● You'll get email
● Also sent to modules@perl.org mailing list
● Mailing list archive at
http://www.xray.mpe.mpg.de/mailing-
lists/modules
● Read
http://www.cpan.org/modules/04pause.html for
gory details.
Register a namespace
● Namespace for your module
● VendorAPI::2Checkout::Client
● Log into PAUSE, submit the form.
● Receive email. Maybe haggle with moderators over
the name.
● Now name your module after the namespace
and upload it.
Register a Namespace
Module-starter
● Use module-starter to bootstrap your distro
Generated Files
Changes and ignore.txt
README
Makefile.PL
Tests and Module
Write code and Tests
Write Tests and Code
Change Boilerplate
perl Makefile.Pl
MYMETA.yml
Modify Makefile.PL
MYMETA.pl auto updated
.bak files and .old files, etc.
Lather-rinse-repeat
● It's an interative process.
● Write code and tests
● Make test
● Fix failures
● 20 goto 10
Make manifest
● Will include everything in the directory.
● Don't want EVERYTHING, just some things
● MANIFEST.SKIP
● Regexes. - skip files that match
MANIFEST.SKIP
Make distribution
Upload to pause
Upload to PAUSE
Upload to PAUSE
CPAN Entered Email
PAUSE Indexer Email
Suddenly CPAN
Eventually CPAN
Support it
CPAN testers
● Collective of Perlers running automated testing
tools to test every module against every build.
● cpantesters.org
● They will test your distro and the results will be
collated.
● Dependencies link on the distro's cpan.org
page.
Dependencies
Dependencies
Big Finish
● Process is well documented, and well indexed
on the web.
● Two web forms, some Perl hacking, and
another web form.
● Further reading:
● CPAN Testers Kwalitee score
● More toolchain goodies: Module::Build,
Module::Install, Module::Starter plugins, Dist::Zilla

Más contenido relacionado

La actualidad más candente

PHP South Coast - Don't code bake, an introduction to CakePHP 3
PHP South Coast - Don't code bake, an introduction to CakePHP 3PHP South Coast - Don't code bake, an introduction to CakePHP 3
PHP South Coast - Don't code bake, an introduction to CakePHP 3David Yell
 
Installing Wordpress Locally with XAMPP
Installing Wordpress Locally with XAMPPInstalling Wordpress Locally with XAMPP
Installing Wordpress Locally with XAMPPJoshua Rapp
 
Laravel presentation
Laravel presentationLaravel presentation
Laravel presentationToufiq Mahmud
 
Magento on HHVM. Daniel Sloof
Magento on HHVM. Daniel SloofMagento on HHVM. Daniel Sloof
Magento on HHVM. Daniel SloofMeetMagentoNY2014
 
Oleh Kobchenko - Configure Magento 2 to get maximum performance
Oleh Kobchenko - Configure Magento 2 to get maximum performanceOleh Kobchenko - Configure Magento 2 to get maximum performance
Oleh Kobchenko - Configure Magento 2 to get maximum performanceMeet Magento Italy
 
Simon Jia - The Kohana Framework
Simon Jia - The Kohana FrameworkSimon Jia - The Kohana Framework
Simon Jia - The Kohana FrameworkCaroline_Rose
 
Installing php 7.4 Nginx Laravel 7.x on Centos 8
Installing php 7.4 Nginx Laravel 7.x on Centos 8Installing php 7.4 Nginx Laravel 7.x on Centos 8
Installing php 7.4 Nginx Laravel 7.x on Centos 8Raja Rozali Raja Hasan
 
MAKE YOUR THEMES AND PLUGINS READY FOR TRANSLATION
MAKE YOUR THEMES AND PLUGINS READY FOR TRANSLATIONMAKE YOUR THEMES AND PLUGINS READY FOR TRANSLATION
MAKE YOUR THEMES AND PLUGINS READY FOR TRANSLATIONMakarand Mane
 
Magento 2 Capistrano Deploy
Magento 2 Capistrano DeployMagento 2 Capistrano Deploy
Magento 2 Capistrano DeployDuke Dao
 
Python/Flask Presentation
Python/Flask PresentationPython/Flask Presentation
Python/Flask PresentationParag Mujumdar
 
Streaming Service on Flex and Rails
Streaming Service on Flex and RailsStreaming Service on Flex and Rails
Streaming Service on Flex and Railskevinj
 
Apache Solr for TYPO3 what's new 2018
Apache Solr for TYPO3 what's new 2018Apache Solr for TYPO3 what's new 2018
Apache Solr for TYPO3 what's new 2018timohund
 
Laravel Dusk
Laravel DuskLaravel Dusk
Laravel Duskkingvish
 
PHP tutorials , php tutorials for beginners , tutorials for php
PHP tutorials , php tutorials for beginners , tutorials for phpPHP tutorials , php tutorials for beginners , tutorials for php
PHP tutorials , php tutorials for beginners , tutorials for phpaimaq9a
 
Symfony ile Gelişmiş API Mimarisi
Symfony ile Gelişmiş API MimarisiSymfony ile Gelişmiş API Mimarisi
Symfony ile Gelişmiş API MimarisiBehram ÇELEN
 
Oracle Forms : Transnational Triggers
Oracle Forms : Transnational TriggersOracle Forms : Transnational Triggers
Oracle Forms : Transnational TriggersSekhar Byna
 

La actualidad más candente (20)

PHP South Coast - Don't code bake, an introduction to CakePHP 3
PHP South Coast - Don't code bake, an introduction to CakePHP 3PHP South Coast - Don't code bake, an introduction to CakePHP 3
PHP South Coast - Don't code bake, an introduction to CakePHP 3
 
Introduction to php
Introduction to phpIntroduction to php
Introduction to php
 
Installing Wordpress Locally with XAMPP
Installing Wordpress Locally with XAMPPInstalling Wordpress Locally with XAMPP
Installing Wordpress Locally with XAMPP
 
Laravel presentation
Laravel presentationLaravel presentation
Laravel presentation
 
Magento on HHVM. Daniel Sloof
Magento on HHVM. Daniel SloofMagento on HHVM. Daniel Sloof
Magento on HHVM. Daniel Sloof
 
Oleh Kobchenko - Configure Magento 2 to get maximum performance
Oleh Kobchenko - Configure Magento 2 to get maximum performanceOleh Kobchenko - Configure Magento 2 to get maximum performance
Oleh Kobchenko - Configure Magento 2 to get maximum performance
 
Simon Jia - The Kohana Framework
Simon Jia - The Kohana FrameworkSimon Jia - The Kohana Framework
Simon Jia - The Kohana Framework
 
Installing php 7.4 Nginx Laravel 7.x on Centos 8
Installing php 7.4 Nginx Laravel 7.x on Centos 8Installing php 7.4 Nginx Laravel 7.x on Centos 8
Installing php 7.4 Nginx Laravel 7.x on Centos 8
 
MAKE YOUR THEMES AND PLUGINS READY FOR TRANSLATION
MAKE YOUR THEMES AND PLUGINS READY FOR TRANSLATIONMAKE YOUR THEMES AND PLUGINS READY FOR TRANSLATION
MAKE YOUR THEMES AND PLUGINS READY FOR TRANSLATION
 
Magento 2 Capistrano Deploy
Magento 2 Capistrano DeployMagento 2 Capistrano Deploy
Magento 2 Capistrano Deploy
 
Python/Flask Presentation
Python/Flask PresentationPython/Flask Presentation
Python/Flask Presentation
 
CakePHP 3
CakePHP 3CakePHP 3
CakePHP 3
 
Streaming Service on Flex and Rails
Streaming Service on Flex and RailsStreaming Service on Flex and Rails
Streaming Service on Flex and Rails
 
Installing apache and php
Installing apache and phpInstalling apache and php
Installing apache and php
 
Apache Solr for TYPO3 what's new 2018
Apache Solr for TYPO3 what's new 2018Apache Solr for TYPO3 what's new 2018
Apache Solr for TYPO3 what's new 2018
 
Flask
FlaskFlask
Flask
 
Laravel Dusk
Laravel DuskLaravel Dusk
Laravel Dusk
 
PHP tutorials , php tutorials for beginners , tutorials for php
PHP tutorials , php tutorials for beginners , tutorials for phpPHP tutorials , php tutorials for beginners , tutorials for php
PHP tutorials , php tutorials for beginners , tutorials for php
 
Symfony ile Gelişmiş API Mimarisi
Symfony ile Gelişmiş API MimarisiSymfony ile Gelişmiş API Mimarisi
Symfony ile Gelişmiş API Mimarisi
 
Oracle Forms : Transnational Triggers
Oracle Forms : Transnational TriggersOracle Forms : Transnational Triggers
Oracle Forms : Transnational Triggers
 

Destacado

社交媒体招聘实践 Emc
社交媒体招聘实践 Emc社交媒体招聘实践 Emc
社交媒体招聘实践 EmcAu yung
 
Salutation in Roman, when in Rome
Salutation in Roman, when in RomeSalutation in Roman, when in Rome
Salutation in Roman, when in RomeSumit Sagar
 
Social+digital+mobile recruiting-and-employer-branding-in-china2
Social+digital+mobile recruiting-and-employer-branding-in-china2Social+digital+mobile recruiting-and-employer-branding-in-china2
Social+digital+mobile recruiting-and-employer-branding-in-china2Au yung
 
Resolving radio's rural market challenge
Resolving radio's rural market challengeResolving radio's rural market challenge
Resolving radio's rural market challengeSumit Sagar
 
Living a Man's life in Today's World - Griefline Inc, Melbourne Men's Group
Living a Man's life in Today's World -  Griefline Inc, Melbourne Men's GroupLiving a Man's life in Today's World -  Griefline Inc, Melbourne Men's Group
Living a Man's life in Today's World - Griefline Inc, Melbourne Men's GroupDavid Mallard
 
Internal Audit - Leading as the Trusted Advisor
Internal Audit - Leading as the Trusted AdvisorInternal Audit - Leading as the Trusted Advisor
Internal Audit - Leading as the Trusted AdvisorDavid Mallard
 
Monat Hair Care ,101 Rejuveniqe uses
Monat Hair Care ,101 Rejuveniqe usesMonat Hair Care ,101 Rejuveniqe uses
Monat Hair Care ,101 Rejuveniqe usesChristine McLachlan
 
The Integral Auditor - Trusted Advisor in a Complex World.ppt
The Integral Auditor - Trusted Advisor in a Complex World.pptThe Integral Auditor - Trusted Advisor in a Complex World.ppt
The Integral Auditor - Trusted Advisor in a Complex World.pptDavid Mallard
 
Marketing strategije u sluzbi ostvarivanja poslovne strategije
Marketing strategije u sluzbi ostvarivanja poslovne strategijeMarketing strategije u sluzbi ostvarivanja poslovne strategije
Marketing strategije u sluzbi ostvarivanja poslovne strategijeAlma Music
 
Maximizing-Your-Talent-Acquisition-Strategy-with-China-Social-Network新媒体招聘营销解...
Maximizing-Your-Talent-Acquisition-Strategy-with-China-Social-Network新媒体招聘营销解...Maximizing-Your-Talent-Acquisition-Strategy-with-China-Social-Network新媒体招聘营销解...
Maximizing-Your-Talent-Acquisition-Strategy-with-China-Social-Network新媒体招聘营销解...Au yung
 
易到用车人力资源总监贾兰谈“社会化媒体招聘”
易到用车人力资源总监贾兰谈“社会化媒体招聘”易到用车人力资源总监贾兰谈“社会化媒体招聘”
易到用车人力资源总监贾兰谈“社会化媒体招聘”Au yung
 
腾讯雇主品牌提升项目腾讯雇主品牌之路(汇报)
腾讯雇主品牌提升项目腾讯雇主品牌之路(汇报)腾讯雇主品牌提升项目腾讯雇主品牌之路(汇报)
腾讯雇主品牌提升项目腾讯雇主品牌之路(汇报)Au yung
 
麦包包人力资源总监张恒军谈“社会化媒体招聘”
麦包包人力资源总监张恒军谈“社会化媒体招聘”麦包包人力资源总监张恒军谈“社会化媒体招聘”
麦包包人力资源总监张恒军谈“社会化媒体招聘”Au yung
 
Social+digital+mobile recruiting-and-employer-branding-in-china4
Social+digital+mobile recruiting-and-employer-branding-in-china4Social+digital+mobile recruiting-and-employer-branding-in-china4
Social+digital+mobile recruiting-and-employer-branding-in-china4Au yung
 
Social+digital+mobile recruiting-and-employer-branding-in-china-社交化招聘和雇主品牌营销主...
Social+digital+mobile recruiting-and-employer-branding-in-china-社交化招聘和雇主品牌营销主...Social+digital+mobile recruiting-and-employer-branding-in-china-社交化招聘和雇主品牌营销主...
Social+digital+mobile recruiting-and-employer-branding-in-china-社交化招聘和雇主品牌营销主...Au yung
 
Social+digital+mobile recruiting-and-employer-branding-in-china5
Social+digital+mobile recruiting-and-employer-branding-in-china5Social+digital+mobile recruiting-and-employer-branding-in-china5
Social+digital+mobile recruiting-and-employer-branding-in-china5Au yung
 

Destacado (17)

社交媒体招聘实践 Emc
社交媒体招聘实践 Emc社交媒体招聘实践 Emc
社交媒体招聘实践 Emc
 
Salutation in Roman, when in Rome
Salutation in Roman, when in RomeSalutation in Roman, when in Rome
Salutation in Roman, when in Rome
 
Social+digital+mobile recruiting-and-employer-branding-in-china2
Social+digital+mobile recruiting-and-employer-branding-in-china2Social+digital+mobile recruiting-and-employer-branding-in-china2
Social+digital+mobile recruiting-and-employer-branding-in-china2
 
Resolving radio's rural market challenge
Resolving radio's rural market challengeResolving radio's rural market challenge
Resolving radio's rural market challenge
 
Living a Man's life in Today's World - Griefline Inc, Melbourne Men's Group
Living a Man's life in Today's World -  Griefline Inc, Melbourne Men's GroupLiving a Man's life in Today's World -  Griefline Inc, Melbourne Men's Group
Living a Man's life in Today's World - Griefline Inc, Melbourne Men's Group
 
Internal Audit - Leading as the Trusted Advisor
Internal Audit - Leading as the Trusted AdvisorInternal Audit - Leading as the Trusted Advisor
Internal Audit - Leading as the Trusted Advisor
 
Monat Hair Care ,101 Rejuveniqe uses
Monat Hair Care ,101 Rejuveniqe usesMonat Hair Care ,101 Rejuveniqe uses
Monat Hair Care ,101 Rejuveniqe uses
 
The Integral Auditor - Trusted Advisor in a Complex World.ppt
The Integral Auditor - Trusted Advisor in a Complex World.pptThe Integral Auditor - Trusted Advisor in a Complex World.ppt
The Integral Auditor - Trusted Advisor in a Complex World.ppt
 
Global 1200
Global 1200Global 1200
Global 1200
 
Marketing strategije u sluzbi ostvarivanja poslovne strategije
Marketing strategije u sluzbi ostvarivanja poslovne strategijeMarketing strategije u sluzbi ostvarivanja poslovne strategije
Marketing strategije u sluzbi ostvarivanja poslovne strategije
 
Maximizing-Your-Talent-Acquisition-Strategy-with-China-Social-Network新媒体招聘营销解...
Maximizing-Your-Talent-Acquisition-Strategy-with-China-Social-Network新媒体招聘营销解...Maximizing-Your-Talent-Acquisition-Strategy-with-China-Social-Network新媒体招聘营销解...
Maximizing-Your-Talent-Acquisition-Strategy-with-China-Social-Network新媒体招聘营销解...
 
易到用车人力资源总监贾兰谈“社会化媒体招聘”
易到用车人力资源总监贾兰谈“社会化媒体招聘”易到用车人力资源总监贾兰谈“社会化媒体招聘”
易到用车人力资源总监贾兰谈“社会化媒体招聘”
 
腾讯雇主品牌提升项目腾讯雇主品牌之路(汇报)
腾讯雇主品牌提升项目腾讯雇主品牌之路(汇报)腾讯雇主品牌提升项目腾讯雇主品牌之路(汇报)
腾讯雇主品牌提升项目腾讯雇主品牌之路(汇报)
 
麦包包人力资源总监张恒军谈“社会化媒体招聘”
麦包包人力资源总监张恒军谈“社会化媒体招聘”麦包包人力资源总监张恒军谈“社会化媒体招聘”
麦包包人力资源总监张恒军谈“社会化媒体招聘”
 
Social+digital+mobile recruiting-and-employer-branding-in-china4
Social+digital+mobile recruiting-and-employer-branding-in-china4Social+digital+mobile recruiting-and-employer-branding-in-china4
Social+digital+mobile recruiting-and-employer-branding-in-china4
 
Social+digital+mobile recruiting-and-employer-branding-in-china-社交化招聘和雇主品牌营销主...
Social+digital+mobile recruiting-and-employer-branding-in-china-社交化招聘和雇主品牌营销主...Social+digital+mobile recruiting-and-employer-branding-in-china-社交化招聘和雇主品牌营销主...
Social+digital+mobile recruiting-and-employer-branding-in-china-社交化招聘和雇主品牌营销主...
 
Social+digital+mobile recruiting-and-employer-branding-in-china5
Social+digital+mobile recruiting-and-employer-branding-in-china5Social+digital+mobile recruiting-and-employer-branding-in-china5
Social+digital+mobile recruiting-and-employer-branding-in-china5
 

Similar a Beginners' Guide To Creating and Uploading CPAN Modules

30 Minutes To CPAN
30 Minutes To CPAN30 Minutes To CPAN
30 Minutes To CPANdaoswald
 
PHP MySQL Training : Module 2
PHP MySQL Training : Module 2PHP MySQL Training : Module 2
PHP MySQL Training : Module 2hussulinux
 
Contributing to Apache Airflow | Journey to becoming Airflow's leading contri...
Contributing to Apache Airflow | Journey to becoming Airflow's leading contri...Contributing to Apache Airflow | Journey to becoming Airflow's leading contri...
Contributing to Apache Airflow | Journey to becoming Airflow's leading contri...Kaxil Naik
 
Drupal Checklist for Site Builder and Web admin
Drupal Checklist for Site Builder and Web adminDrupal Checklist for Site Builder and Web admin
Drupal Checklist for Site Builder and Web adminAdolfo Nasol
 
Lately in php - 2019 May 4
Lately in php - 2019 May 4Lately in php - 2019 May 4
Lately in php - 2019 May 4Eric Poe
 
First steps of programming with php
First steps of programming with phpFirst steps of programming with php
First steps of programming with phpKanha Sahu
 
Using MAMP for Web Development
Using MAMP for Web DevelopmentUsing MAMP for Web Development
Using MAMP for Web DevelopmentEric Greene
 
EuroPython 2013 - Python3 TurboGears Training
EuroPython 2013 - Python3 TurboGears TrainingEuroPython 2013 - Python3 TurboGears Training
EuroPython 2013 - Python3 TurboGears TrainingAlessandro Molina
 
Last Month in PHP - May 2016
Last Month in PHP - May 2016Last Month in PHP - May 2016
Last Month in PHP - May 2016Eric Poe
 
Rock Solid Deployment of Web Applications
Rock Solid Deployment of Web ApplicationsRock Solid Deployment of Web Applications
Rock Solid Deployment of Web ApplicationsPablo Godel
 
MLflow Model Serving - DAIS 2021
MLflow Model Serving - DAIS 2021MLflow Model Serving - DAIS 2021
MLflow Model Serving - DAIS 2021amesar0
 
MLflow Model Serving
MLflow Model ServingMLflow Model Serving
MLflow Model ServingDatabricks
 
Create dynamic sites with PHP & MySQL
Create dynamic sites with PHP & MySQLCreate dynamic sites with PHP & MySQL
Create dynamic sites with PHP & MySQLkangaro10a
 
Docker for Developers - PNWPHP 2016 Workshop
Docker for Developers - PNWPHP 2016 WorkshopDocker for Developers - PNWPHP 2016 Workshop
Docker for Developers - PNWPHP 2016 WorkshopChris Tankersley
 
Anthony McKeown Drupal Presentation
Anthony McKeown Drupal PresentationAnthony McKeown Drupal Presentation
Anthony McKeown Drupal PresentationTony McKeown
 
[HKDUG] #20161210 - BarCamp Hong Kong 2016 - What's News in PHP?
[HKDUG] #20161210 - BarCamp Hong Kong 2016 - What's News in PHP?[HKDUG] #20161210 - BarCamp Hong Kong 2016 - What's News in PHP?
[HKDUG] #20161210 - BarCamp Hong Kong 2016 - What's News in PHP?Wong Hoi Sing Edison
 

Similar a Beginners' Guide To Creating and Uploading CPAN Modules (20)

30 Minutes To CPAN
30 Minutes To CPAN30 Minutes To CPAN
30 Minutes To CPAN
 
PHP MySQL Training : Module 2
PHP MySQL Training : Module 2PHP MySQL Training : Module 2
PHP MySQL Training : Module 2
 
Evolve with laravel
Evolve with laravelEvolve with laravel
Evolve with laravel
 
Web hosting Free Hosting
Web hosting Free HostingWeb hosting Free Hosting
Web hosting Free Hosting
 
Web hosting get start online
Web hosting get start onlineWeb hosting get start online
Web hosting get start online
 
Contributing to Apache Airflow | Journey to becoming Airflow's leading contri...
Contributing to Apache Airflow | Journey to becoming Airflow's leading contri...Contributing to Apache Airflow | Journey to becoming Airflow's leading contri...
Contributing to Apache Airflow | Journey to becoming Airflow's leading contri...
 
Drupal Checklist for Site Builder and Web admin
Drupal Checklist for Site Builder and Web adminDrupal Checklist for Site Builder and Web admin
Drupal Checklist for Site Builder and Web admin
 
Lately in php - 2019 May 4
Lately in php - 2019 May 4Lately in php - 2019 May 4
Lately in php - 2019 May 4
 
First steps of programming with php
First steps of programming with phpFirst steps of programming with php
First steps of programming with php
 
25_26 (1).pptx
25_26 (1).pptx25_26 (1).pptx
25_26 (1).pptx
 
Using MAMP for Web Development
Using MAMP for Web DevelopmentUsing MAMP for Web Development
Using MAMP for Web Development
 
EuroPython 2013 - Python3 TurboGears Training
EuroPython 2013 - Python3 TurboGears TrainingEuroPython 2013 - Python3 TurboGears Training
EuroPython 2013 - Python3 TurboGears Training
 
Last Month in PHP - May 2016
Last Month in PHP - May 2016Last Month in PHP - May 2016
Last Month in PHP - May 2016
 
Rock Solid Deployment of Web Applications
Rock Solid Deployment of Web ApplicationsRock Solid Deployment of Web Applications
Rock Solid Deployment of Web Applications
 
MLflow Model Serving - DAIS 2021
MLflow Model Serving - DAIS 2021MLflow Model Serving - DAIS 2021
MLflow Model Serving - DAIS 2021
 
MLflow Model Serving
MLflow Model ServingMLflow Model Serving
MLflow Model Serving
 
Create dynamic sites with PHP & MySQL
Create dynamic sites with PHP & MySQLCreate dynamic sites with PHP & MySQL
Create dynamic sites with PHP & MySQL
 
Docker for Developers - PNWPHP 2016 Workshop
Docker for Developers - PNWPHP 2016 WorkshopDocker for Developers - PNWPHP 2016 Workshop
Docker for Developers - PNWPHP 2016 Workshop
 
Anthony McKeown Drupal Presentation
Anthony McKeown Drupal PresentationAnthony McKeown Drupal Presentation
Anthony McKeown Drupal Presentation
 
[HKDUG] #20161210 - BarCamp Hong Kong 2016 - What's News in PHP?
[HKDUG] #20161210 - BarCamp Hong Kong 2016 - What's News in PHP?[HKDUG] #20161210 - BarCamp Hong Kong 2016 - What's News in PHP?
[HKDUG] #20161210 - BarCamp Hong Kong 2016 - What's News in PHP?
 

Último

Indexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfIndexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfChristalin Nelson
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...DhatriParmar
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Celine George
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseCeline George
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptxmary850239
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1GloryAnnCastre1
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...DhatriParmar
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17Celine George
 

Último (20)

Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Indexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfIndexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdf
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 Database
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx
 
Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"
 
prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17
 

Beginners' Guide To Creating and Uploading CPAN Modules